program/steps/settings/func.inc | ●●●●● patch | view | raw | blame | history |
program/steps/settings/func.inc
@@ -185,6 +185,8 @@ $select_timezone->add(rcube_label('autodetect'), 'auto'); $now = new DateTime(); $zones = array(); foreach (DateTimeZone::listIdentifiers() as $i => $tzs) { try { $tz = new DateTimeZone($tzs);