Created
September 19, 2013 02:14
-
-
Save hanafiah/6618313 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private $zones = array( | |
'UM12' => '-12:00', | |
'UM11' => '-11:00', | |
'UM10' => '-10:00', | |
'UM95' => '-9:30', | |
'UM9' => '-9:00', | |
'UM8' => '-8:00', | |
'UM7' => '-7:00', | |
'UM6' => '-6:00', | |
'UM5' => '-5:00', | |
'UM45' => '-4:30', | |
'UM4' => '-4:00', | |
'UM35' => '-3:30', | |
'UM3' => '-3:00', | |
'UM2' => '-2:00', | |
'UM1' => '-1:00', | |
'UTC' => '+0:00', | |
'UP1' => '+1:00', | |
'UP2' => '+2:00', | |
'UP3' => '+3:00', | |
'UP35' => '+3:30', | |
'UP4' => '+4:00', | |
'UP45' => '+4:30', | |
'UP5' => '+5:00', | |
'UP55' => '+5:30', | |
'UP575' => '+5:45', | |
'UP6' => '+6:00', | |
'UP65' => '+6:30', | |
'UP7' => '+7:00', | |
'UP8' => '+8:00', | |
'UP875' => '+8:45', | |
'UP9' => '+9:00', | |
'UP95' => '+9:30', | |
'UP10' => '+10:00', | |
'UP105' => '+10:30', | |
'UP11' => '+11:00', | |
'UP115' => '+11:30', | |
'UP12' => '+12:00', | |
'UP1275' => '+12:45', | |
'UP13' => '+13:00', | |
'UP14' => '+14:00' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment