- Issue created by @luke.leber
Since
#3009377: Replace drupal_get_user_timezone with a date_default_timezone_get() and an event listener β
the datelist element uses the native date_default_timezone_get function to get the default timezone for elements. This can result in non-determinism if caches are flushed via the Admin UI versus CLI (drush).
On a hosting environment whose server timezone is UTC and whose site timezone (system.date.yml) is set to America/New_York...
America/New_YorkUTC
This can lead to some hard to diagnose data quality problems for downstream users - where the persisted timezone is random.
Use the configured site regional timezone, perhaps?
TBD
TBD
TBD
TBD
TBD
TBD
Active
11.0 π₯
render system