Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Installer / Form / SiteConfigureForm.php
index c28b7f8fd4947fbb99452d05dbb205edafcbc083..540da5598db4b188811b2840db0c3c0fb5d9d99e 100644 (file)
@@ -204,7 +204,7 @@ class SiteConfigureForm extends ConfigFormBase {
       '#title' => $this->t('Default time zone'),
       // Use system timezone if set, but avoid throwing a warning in PHP >=5.4
       '#default_value' => @date_default_timezone_get(),
-      '#options' => system_time_zones(),
+      '#options' => system_time_zones(NULL, TRUE),
       '#description' => $this->t('By default, dates in this site will be displayed in the chosen time zone.'),
       '#weight' => 5,
       '#attributes' => ['class' => ['timezone-detect']],