#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
parent
7f164d9821
commit
ec7eca5521
|
@ -526,7 +526,7 @@ function theme_system_theme_select_form($form) {
|
|||
|
||||
function _system_zonelist() {
|
||||
$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();
|
||||
foreach ($zonelist as $offset) {
|
||||
$zone = $offset * 3600;
|
||||
|
|
Loading…
Reference in New Issue