timezones = ( # first timezone { name = "tz_-12:00" # the name of a timezone is also a key to the locale files id = "0" # an integer identifier of a time zone {each time zone has a different id} offset_str = "-12:00" # a string representing the offset from UTC in a format: (+|-)HH:MM # insted of "offset_str" there can be "offset" used # e.g. offset = "3600" where 3600 is an offset in seconds dst = ( { year = "2012" # daylight saving time in a specified year has_dst = false # whether the time zone has daylight saving time {bool} in this year offset_str = "00:00" # offset of the daylight saving time start = "" # when the daylight saving time starts, format: MM:DD HH:MM:SS end = "" # when the daylight saving time ends, format: MM:DD HH:MM:SS } ) # end of dst } # end of first timezone { name = "tz_-11:00" id = "1" offset_str = "-11:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-10:00" id = "2" offset_str = "-10:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-09:00" id = "3" offset_str = "-09:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-08:00" id = "4" offset_str = "-08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-08:00b" id = "5" offset_str = "-08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-07:00" id = "6" offset_str = "-07:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-07:00b" id = "7" offset_str = "-07:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-07:00c" id = "8" offset_str = "-07:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-06:00" id = "9" offset_str = "-06:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-06:00b" id = "10" offset_str = "-06:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-06:00c" id = "11" offset_str = "-06:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-06:00d" id = "12" offset_str = "-06:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-05:00" id = "13" offset_str = "-05:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-05:00b" id = "14" offset_str = "-05:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-05:00c" id = "15" offset_str = "-05:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-04:30" id = "16" offset_str = "-04:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-04:00" id = "17" offset_str = "-04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-04:00b" id = "18" offset_str = "-04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-04:00c" id = "19" offset_str = "-04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-04:00d" id = "20" offset_str = "-04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-04:00e" id = "21" offset_str = "-04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-03:30" id = "22" offset_str = "-03:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-03:00" id = "23" offset_str = "-03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-03:00b" id = "24" offset_str = "-03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-03:00c" id = "25" offset_str = "-03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-03:00d" id = "26" offset_str = "-03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-03:00e" id = "27" offset_str = "-03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-03:00f" id = "28" offset_str = "-03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-02:00" id = "29" offset_str = "-02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-02:00b" id = "30" offset_str = "-02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-01:00" id = "31" offset_str = "-01:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_-01:00b" id = "32" offset_str = "-01:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_00:00" id = "33" offset_str = "00:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_00:00b" id = "34" offset_str = "00:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_00:00c" id = "35" offset_str = "00:00" dst = ( { year = "2012" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} ) # end of dst } { name = "tz_00:00d" id = "36" offset_str = "00:00" dst = ( { year = "2012" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} ) # end of dst } { name = "tz_+01:00" id = "37" offset_str = "+01:00" dst = ( { year = "2012" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} ) # end of dst } { name = "tz_+01:00b" id = "38" offset_str = "+01:00" dst = ( { year = "2012" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} ) # end of dst } { name = "tz_+01:00c" id = "39" offset_str = "+01:00" dst = ( { year = "2012" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} ) # end of dst } { name = "tz_+01:00d" id = "40" offset_str = "+01:00" dst = ( { year = "2012" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} { year = "2018" has_dst = true offset_str = "+01:00" start = "03-25 01:00" end = "10-28 01:00"} { year = "2022" has_dst = true offset_str = "+01:00" start = "03-27 01:00" end = "10-30 01:00"} { year = "2023" has_dst = true offset_str = "+01:00" start = "03-26 01:00" end = "10-29 01:00"} ) # end of dst } { name = "tz_+01:00e" id = "41" offset_str = "+01:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+01:00f" id = "42" offset_str = "+01:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00" id = "43" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00b" id = "44" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00c" id = "45" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00d" id = "46" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00e" id = "47" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00f" id = "48" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00g" id = "49" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00h" id = "50" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00i" id = "51" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+02:00j" id = "52" offset_str = "+02:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+03:00" id = "53" offset_str = "+03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+03:00b" id = "54" offset_str = "+03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+03:00c" id = "55" offset_str = "+03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+03:00d" id = "56" offset_str = "+03:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+03:30" id = "57" offset_str = "+03:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+04:00" id = "58" offset_str = "+04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+04:00b" id = "59" offset_str = "+04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+04:00c" id = "60" offset_str = "+04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+04:00d" id = "61" offset_str = "+04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+04:00e" id = "62" offset_str = "+04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+04:00f" id = "63" offset_str = "+04:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+04:30" id = "64" offset_str = "+04:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+05:00" id = "65" offset_str = "+05:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+05:00b" id = "66" offset_str = "+05:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+05:30" id = "67" offset_str = "+05:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+05:30b" id = "68" offset_str = "+05:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+05:45" id = "69" offset_str = "+05:45" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+06:00" id = "70" offset_str = "+06:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+06:00b" id = "71" offset_str = "+06:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+06:00c" id = "72" offset_str = "+06:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+06:30" id = "73" offset_str = "+06:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+07:00" id = "74" offset_str = "+07:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+07:00b" id = "75" offset_str = "+07:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+08:00" id = "76" offset_str = "+08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+08:00b" id = "77" offset_str = "+08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+08:00c" id = "78" offset_str = "+08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+08:00d" id = "79" offset_str = "+08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+08:00e" id = "80" offset_str = "+08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+08:00f" id = "81" offset_str = "+08:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+09:00" id = "82" offset_str = "+09:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+09:00b" id = "83" offset_str = "+09:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+09:00c" id = "84" offset_str = "+09:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+09:30" id = "85" offset_str = "+09:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+09:30b" id = "86" offset_str = "+09:30" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+10:00" id = "87" offset_str = "+10:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+10:00b" id = "88" offset_str = "+10:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+10:00c" id = "89" offset_str = "+10:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+10:00d" id = "90" offset_str = "+10:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+10:00e" id = "91" offset_str = "+10:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+11:00" id = "92" offset_str = "+11:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+11:00b" id = "93" offset_str = "+11:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+12:00" id = "94" offset_str = "+12:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+12:00b" id = "95" offset_str = "+12:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+12:00c" id = "96" offset_str = "+12:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+12:00d" id = "97" offset_str = "+12:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+13:00" id = "98" offset_str = "+13:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } { name = "tz_+13:00b" id = "99" offset_str = "+13:00" dst = ( { year = "2012" has_dst = false offset_str = "00:00" start = "" end = "" } ) # end of dst } ) # end of timezones table