#228971 by maq0r, JuliaKM: as of December, 2007, Venezuela is GMT/UTC-0430, but that timezone was not in the list of our supported zones

5.x
Neil Drumm 2009-09-16 04:34:24 +00:00
parent 7f164d9821
commit ec7eca5521
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ function theme_system_theme_select_form($form) {
function _system_zonelist() { function _system_zonelist() {
$timestamp = time(); $timestamp = time();
$zonelist = array(-11, -10, -9.5, -9, -8, -7, -6, -5, -4, -3.5, -3, -2.5, -2, -1, 0, 1, 2, 3, 3.5, 4, 5, 5.5, 5.75, 6, 6.5, 7, 8, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.75, 13, 14); $zonelist = array(-11, -10, -9.5, -9, -8, -7, -6, -5, -4.5, -4, -3.5, -3, -2.5, -2, -1, 0, 1, 2, 3, 3.5, 4, 5, 5.5, 5.75, 6, 6.5, 7, 8, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.75, 13, 14);
$zones = array(); $zones = array();
foreach ($zonelist as $offset) { foreach ($zonelist as $offset) {
$zone = $offset * 3600; $zone = $offset * 3600;