1# Longitudes and latitudes are from
2# http://www.getty.edu/research/tools/vocabulary/tgn/index.html
3#
4# The text string is read by strftime() if it contains time formatting
5# codes.  A description of strftime() can be found at
6# http://www.opengroup.org/onlinepubs/007904975/functions/strftime.html
7#
8# The text strings must be encoded in UTF-8.  If there is time
9# formatting information in the string and the timezone is defined,
10# the string is converted to native using iconv(), run through
11# strftime(), and then converted back to UTF-8.  The locale is taken
12# from the environment.  The "lang" keyword may also be used to
13# specify an alternate locale.  Valid locales can be listed on most
14# systems using 'locale -a'.
15#
16# For example, the text string below will display the date and time
17# for Montreal in Japanese, provided your system supports the
18# ja_JP.eucJP locale.
19#
20# 45.50  -73.60 "Montréal %c" lang=ja_JP.eucJP timezone=America/Montreal
21#
22# Although I've provided timezone values for all of the cities below,
23# they may not work on all operating systems.  The timezone is only
24# used if there are time formatting codes in the text string.
25#
26# Windows users will have to use the POSIX definition style
27# std offset dst [offset],start[/time],end[/time]
28#
29# For example, the Eastern US uses the following string:
30# timezone=EST+5EDT,M4.1.0/2,M10.5.0/2
31#
32# New Zealand would use
33# timezone=NZST-12NZDT,M10.1.0/2,M3.3.0/3
34#
35# The syntax is described at
36# http://www.opengroup.org/onlinepubs/007904975/functions/tzset.html
37# and
38# http://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
39
40-25.07 -130.08 "Adamstown"                      timezone=Pacific/Pitcairn       # Pitcairn Island (UK)
41 61.22 -149.90 "Anchorage"                      timezone=America/Anchorage      # USA
42-13.80 -171.75 "Apia"                           timezone=Pacific/Apia           # Samoa
43-36.92  174.78 "Auckland %H:%M %Z (%a)"         timezone=Pacific/Auckland       # New Zealand
44  1.32  172.98 "Bairiki"                        timezone=Pacific/Tarawa         # Kiribati
45 13.73  100.50 "Bangkok"                        timezone=Asia/Bangkok           # Thailand
46 52.53   13.42 "Berlin"                         timezone=Europe/Berlin          # Germany
47  4.63  -74.08 "Bogotá"                         timezone=America/Bogota        # Colombia
48-34.67  -58.50 "Buenos Aires"                   timezone=America/Buenos_Aires   # Argentina
49 30.05   31.25 "Cairo"                          timezone=Africa/Cairo           # Egypt
50 51.08 -114.08 "Calgary"                        timezone=America/Edmonton       # Canada
51-33.93   18.47 "Cape Town %H:%M %Z"             timezone=Africa/Johannesburg    # South Africa
52 10.50  -66.92 "Caracas"                        timezone=America/Caracas        # Venezuela
53 33.65   -7.58 "Casablanca"                     timezone=Africa/Casablanca      # Morocco
54  4.92  -52.30 "Cayenne"                        timezone=America/Cayenne        # French Guiana
55-43.55  172.67 "Christchurch"                   timezone=Pacific/Auckland       # New Zealand
56-10.50  105.67 "Christmas Island"               timezone=Indian/Christmas       # Australia
57  6.92   79.87 "Colombo"                        timezone=Asia/Colombo           # Sri Lanka
58 14.63  -17.45 "Dakar"                          timezone=Africa/Dakar           # Senegal
59 33.50   36.32 "Damascus"                       timezone=Asia/Damascus          # Syria
60 -6.85   39.30 "Dar es Salaam"                  timezone=Africa/Dar_es_Salaam   # Tanzania
61-12.38  130.73 "Darwin"                         timezone=Australia/Darwin       # Australia
62 28.67   77.22 "Delhi"                          timezone=Asia/Calcutta          # India
63 39.73 -104.98 "Denver"                         timezone=America/Denver         # USA
64 23.72   90.37 "Dhaka"                          timezone=Asia/Dhaka             # Bangladesh
65-27.12 -109.37 "Easter Island"                  timezone=Pacific/Easter         # Chile
66 -3.75  -38.58 "Fortaleza"                      timezone=America/Fortaleza      # Brazil
67-24.75   25.92 "Gaborone"                       timezone=Africa/Gaborone        # Botswana
6813.47   144.75 "Hagåtña"                        timezone=Pacific/Guam         # Guam
69 32.30  -64.80 "Hamilton"                       timezone=Atlantic/Bermuda       # Bermuda
70-17.83   31.05 "Harare"                         timezone=Africa/Harare          # Zimbabwe
71 23.17  -82.35 "Havana"                         timezone=America/Havana         # Cuba
72-42.90  147.30 "Hobart"                         timezone=Australia/Hobart       # Australia
73 21.30 -157.85 "Honolulu %H:%M %Z (%a)"         timezone=Pacific/Honolulu       # USA
74 29.75  -95.35 "Houston"                        timezone=America/Chicago        # USA
75 63.75  -68.50 "Iqaluit"                        timezone=America/Iqaluit        # Canada
76 52.30  104.25 "Irkutsk"                        timezone=Asia/Irkutsk           # Russia
77 41.03   28.95 "Istanbul"                       timezone=Asia/Istanbul          # Turkey
78 -6.13  106.75 "Jakarta"                        timezone=Asia/Jakarta           # Indonesia
79 34.52   69.18 "Kabul"                          timezone=Asia/Kabul             # Afghanistan
80 24.85   67.03 "Karachi"                        timezone=Asia/Karachi           # Pakistan
81 27.70   85.32 "Kathmandu"                      timezone=Asia/Katmandu          # Nepal
82 15.55   32.53 "Khartoum"                       timezone=Africa/Khartoum        # Sudan
83 -4.30   15.30 "Kinshasa"                       timezone=Africa/Kinshasa        # Congo
84-16.50  -68.17 "La Paz"                         timezone=America/La_Paz         # Bolivia
85  6.45    3.47 "Lagos"                          timezone=Africa/Lagos           # Nigeria
86-12.05  -77.05 "Lima"                           timezone=America/Lima           # Peru
87 51.50   -0.17 "London"                         timezone=Europe/London          # UK
88 34.05 -118.23 "Los Angeles"                    timezone=America/Los_Angeles    # USA
89 -8.83   13.25 "Luanda"                         timezone=Africa/Luanda          # Angola
90 40.42   -3.72 "Madrid"                         timezone=Europe/Madrid          # Spain
91 14.62  120.97 "Manila"                         timezone=Asia/Manila            # Philippines
92 19.40  -99.15 "Mexico City"                    timezone=America/Mexico_City    # Mexico
93 25.20  -99.83 "Monterrey"                      timezone=America/Monterrey      # Mexico
94 45.50  -73.60 "Montréal"                      timezone=America/Montreal       # Canada
95 55.75   37.70 "Moscow"                         timezone=Europe/Moscow          # Russia
96  2.03   45.35 "Muqdisho"                       timezone=Africa/Mogadishu       # Somalia
97 20.98  -89.65 "Mérida"                         timezone=America/Merida        # Mexico
98 12.17   14.98 "NDjamena"                       timezone=Africa/Ndjamena        # Chad
99 -1.28   36.83 "Nairobi"                        timezone=Africa/Nairobi         # Kenya
100 40.70  -74.00 "New York"			timezone=America/New_York       # USA
101 13.53    2.08 "Niamey"                         timezone=Africa/Niamey          # Niger
102 18.15  -15.97 "Nouakchott"                     timezone=Africa/Nouakchott      # Mauritania
103-17.53 -149.57 "Papeete"                        timezone=Pacific/Tahiti         # French Polynesia
104-31.97  115.82 "Perth %H:%M %Z"                 timezone=Australia/Perth        # Australia
105 -9.5   147.17 "Port Moresby"                   timezone=Pacific/Port_Moresby   # Papua New Guinea
106 39.00  125.78 "P'yongyang"                     timezone=Asia/Pyonyang          # North Korea
107 -0.23  -78.50 "Quito"                          timezone=America/Guayaquil      # Ecuador
108 -8.10  -34.88 "Recife %H:%M %Z"                timezone=America/Recife         # Brazil
109 64.15  -21.97 "Reykjavik"                      timezone=Atlantic/Reykjavik     # Iceland
110 24.65   46.77 "Riyadh"                         timezone=Asia/Riyadh            # Saudi Arabia
111-33.45  -70.67 "Santiago"                       timezone=America/Santiago       # Chile
112 37.53  127.00 "Seoul"                          timezone=Asia/Seoul             # South Korea
113 31.10  121.37 "Shanghai"                       timezone=Asia/Shanghai          # China
114  1.28  103.85 "Singapore"                      timezone=Asia/Singapore         # Singapore
115-51.75  -57.93 "Stanley"                        timezone=Atlantic/Stanley       # Falkland Islands
116-18.13  178.42 "Suva"                           timezone=Pacific/Fiji           # Fiji
117-33.92  151.17 "Sydney"                         timezone=Australia/Sydney       # Australia
118-23.55  -46.65 "São Paulo"                      timezone=America/Sao_Paulo     # Brazil
119 35.67   51.43 "Tehran"                         timezone=Asia/Tehran            # Iran
120 35.75  139.50 "Tokyo %H:%M %Z"                 timezone=Asia/Tokyo             # Japan
121 32.90   13.18 "Tripoli"                        timezone=Africa/Tripoli         # Libya
122 36.83   10.22 "Tunis"                          timezone=Africa/Tunis           # Tunisia
123 47.90  106.87 "Ulaanbaatar"                    timezone=Asia/Ulaanbaatar       # Mongolia
124 49.22 -123.10 "Vancouver"                      timezone=America/Vancouver      # Canada
125 60.72 -135.05 "Whitehorse"                     timezone=America/Whitehorse     # Canada
126-22.57   17.10 "Windhoek"                       timezone=Africa/Windhoek        # Namibia
127 62.17  129.83 "Yakutsk"                        timezone=Asia/Yakutsk           # Russia
128 62.50 -114.48 "Yellowknife"                    timezone=America/Yellowknife    # Canada
129
130 90.00    0.00 "North Pole"     color=LightBlue
131-90.00    0.00 "South Pole"     color=LightBlue
132
133# 25.25   51.60 "Ad-Dawhah"                      timezone=Asia/Qatar            # Qatar
134# 12.78   45.05 "`Adan"                          timezone=Asia/Aden             # Yemen
135#  9.03   38.70 "Adis Abeba"                     timezone=Africa/Addis_Ababa    # Ethiopia
136# 26.22   50.57 "Al-Manamah"                     timezone=Asia/Bahrain          # Bahrain
137# 36.83    3.00 "Algiers"                        timezone=Africa/Algiers        # Algeria
138# 43.25   76.95 "Almaty"                         timezone=Asia/Almaty           # Kazakhstan
139# 31.95   35.93 "`Amman"                         timezone=Asia/Amman            # Jordan
140#-18.87   47.50 "Antananarivo"                   timezone=Africa/Antananarivo   # Madagascar
141#-25.27  -57.67 "Asunción"                       timezone=America/Asuncion     # Paraguay
142# 33.35   44.42 "Baghdad"                        timezone=Asia/Baghdad          # Iraq
143# 40.37   49.88 "Baku"                           timezone=Asia/Baku             # Azerbaijan
144#  4.88  114.93 "Bandar Seri Begawan"            timezone=Asia/Brunei           # Brunei
145# 33.87   35.50 "Beirut"                         timezone=Asia/Beirut           # Lebanon
146# 18.93   72.85 "Bombay"                         timezone=Asia/Calcutta         # India
147#-27.50  153.00 "Brisbane"                       timezone=Australia/Brisbane    # Australia
148# 44.43   26.10 "Bucharest"                      timezone=Europe/Bucharest      # Romania
149# 22.50   88.33 "Calcutta"                       timezone=Asia/Calcutta         # India
150# 13.08   80.30 "Chennai"                        timezone=Asia/Calcutta         # India
151# 41.85  -87.65 "Chicago"                        timezone=America/Chicago       # USA
152# 29.56  106.56 "Chongqing"                      timezone=Asia/Chungking        # China
153# 25.20   55.27 "Dubai"                          timezone=Asia/Dubai            # UAE
154# 44.63  -63.58 "Halifax"                        timezone=America/Halifax       # Canada
155# 60.13   25.00 "Helsinki"                       timezone=Europe/Helsinki       # Finland
156#-26.17   28.03 "Johannesburg"                   timezone=Africa/Johannesburg   # South Africa
157#  3.17  101.70 "Kuala Lumpur"                   timezone=Asia/Kuala_Lumpur     # Malaysia
158# 29.33   48.00 "Kuwait City"                    timezone=Asia/Kuwait           # Kuwait
159# 28.13  -15.45 "Las Palmas de Gran Canaria"     timezone=Atlantic/Canary       # Spain
160#-15.43   28.33 "Lusaka"                         timezone=Africa/Lusaka         # Zambia
161# -3.10  -60.00 "Manaus"                         timezone=America/Manaus        # Brazil
162#-25.97   32.58 "Maputo"                         timezone=Africa/Maputo         # Mozambique
163# 23.62   58.63 "Masqat"                         timezone=Asia/Muscat           # Oman
164# 21.45   39.82 "Mecca"                          timezone=Asia/Riyadh           # Saudi Arabia
165# 25.77  -80.18 "Miami"                          timezone=America/New_York      # USA
166#-34.92  -56.17 "Montevideo"                     timezone=America/Montevideo    # Uruguay
167#-11.67   43.27 "Moroni"                         timezone=Indian/Comoro         # Comoro Islands
168#-22.27  166.43 "Noumea"                         timezone=Pacific/Noumea        # New Caledonia
169# 55.07   83.08 "Novosibirsk"                    timezone=Asia/Novosibirsk      # Russia
170# 59.93   10.75 "Oslo"                           timezone=Europe/Oslo           # Norway
171#  8.95  -79.50 "Panama"                         timezone=America/Panama        # Panama
172# 48.87    2.33 "Paris"                          timezone=Europe/Paris          # France
173# 11.58  104.92 "Phnum Pénh"                     timezone=Asia/Phnom_Penh           # Cambodia
174# 10.63  -61.52 "Port of Spain"                  timezone=America/Port_of_Spain # Trinidad and Tobago
175# -0.90  -89.60 "Puerto Baquerizo Moreno"        timezone=Pacific/Galapagos     # Ecuador
176# 16.78   96.17 "Rangoon"                        timezone=Asia/Rangoon          # Myanmar
177# 41.88   12.50 "Rome"                           timezone=Europe/Rome           # Italy
178# 18.48  -66.13 "San Juan"                       timezone=America/Puerto_Rico   # Puerto Rico
179# 18.50  -69.95 "Santo Domingo"                  timezone=America/Santo_Domingo # Dominican Republic
180# 47.60 -122.32 "Seattle"                        timezone=America/Los_Angeles   # USA
181# 59.33   18.08 "Stockholm"                      timezone=Europe/Stockholm      # Sweden
182# 25.02  121.37 "Taipei"                         timezone=Asia/Taipei           # Taiwan
183# 14.08  -87.23 "Tegucigalpa"                    timezone=America/Tegucigalpa   # Honduras
184# 32.08   34.77 "Tel Aviv"                       timezone=Asia/Tel_Aviv         # Israel
185# 43.70  -79.42 "Toronto"                        timezone=America/Montreal      # Canada
186# -5.15  119.47 "Ujung Pandang"                  timezone=Asia/Ujung_Pandang    # Indonesia
187
188