1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
|
{
"__comment": "This timezone list is very barren, however i am not willing to put much more energy into it rn. Contributions welcome.",
"__original_source": "The first iteration of this list was sourced from https://publib.boulder.ibm.com/tividd/td/TWS/SC32-1274-02/en_US/HTML/SRF_mst273.htm",
"timezones": [
{
"code": "GMT",
"name": "Greenwich Mean Time",
"offset": "GMT",
"offsetminutes": 0
},
{
"code": "UTC",
"name": "Universal Coordinated Time",
"offset": "GMT",
"offsetminutes": 0
},
{
"code": "ECT",
"name": "European Central Time",
"offset": "GMT+1:00",
"offsetminutes": 60
},
{
"code": "EET",
"name": "Eastern European Time",
"offset": "GMT+2:00",
"offsetminutes": 120
},
{
"code": "ART",
"name": "(Arabic) Egypt Standard Time",
"offset": "GMT+2:00",
"offsetminutes": 120
},
{
"code": "EAT",
"name": "Eastern African Time",
"offset": "GMT+3:00",
"offsetminutes": 180
},
{
"code": "MET",
"name": "Middle East Time",
"offset": "GMT+3:30",
"offsetminutes": 210
},
{
"code": "NET",
"name": "Near East Time",
"offset": "GMT+4:00",
"offsetminutes": 240
},
{
"code": "PLT",
"name": "Pakistan Lahore Time",
"offset": "GMT+5:00",
"offsetminutes": 300
},
{
"code": "IST",
"name": "India Standard Time",
"offset": "GMT+5:30",
"offsetminutes": 330
},
{
"code": "BST",
"name": "Bangladesh Standard Time",
"offset": "GMT+6:00",
"offsetminutes": 360
},
{
"code": "VST",
"name": "Vietnam Standard Time",
"offset": "GMT+7:00",
"offsetminutes": 420
},
{
"code": "CTT",
"name": "China Taiwan Time",
"offset": "GMT+8:00",
"offsetminutes": 480
},
{
"code": "JST",
"name": "Japan Standard Time",
"offset": "GMT+9:00",
"offsetminutes": 540
},
{
"code": "ACT",
"name": "Australia Central Time",
"offset": "GMT+9:30",
"offsetminutes": 570
},
{
"code": "AET",
"name": "Australia Eastern Time",
"offset": "GMT+10:00",
"offsetminutes": 600
},
{
"code": "SST",
"name": "Solomon Standard Time",
"offset": "GMT+11:00",
"offsetminutes": 660
},
{
"code": "NST",
"name": "New Zealand Standard Time",
"offset": "GMT+12:00",
"offsetminutes": 720
},
{
"code": "MIT",
"name": "Midway Islands Time",
"offset": "GMT-11:00",
"offsetminutes": -660
},
{
"code": "HST",
"name": "Hawaii Standard Time",
"offset": "GMT-10:00",
"offsetminutes": -600
},
{
"code": "AST",
"name": "Alaska Standard Time",
"offset": "GMT-9:00",
"offsetminutes": -540
},
{
"code": "PST",
"name": "Pacific Standard Time",
"offset": "GMT-8:00",
"offsetminutes": -480
},
{
"code": "PNT",
"name": "Phoenix Standard Time",
"offset": "GMT-7:00",
"offsetminutes": -420
},
{
"code": "MST",
"name": "Mountain Standard Time",
"offset": "GMT-7:00",
"offsetminutes": -420
},
{
"code": "CST",
"name": "Central Standard Time",
"offset": "GMT-6:00",
"offsetminutes": -360
},
{
"code": "EST",
"name": "Eastern Standard Time",
"offset": "GMT-5:00",
"offsetminutes": -300
},
{
"code": "IET",
"name": "Indiana Eastern Standard Time",
"offset": "GMT-5:00",
"offsetminutes": -300
},
{
"code": "PRT",
"name": "Puerto Rico and US Virgin Islands Time",
"offset": "GMT-4:00",
"offsetminutes": -240
},
{
"code": "CNT",
"name": "Canada Newfoundland Time",
"offset": "GMT-3:30",
"offsetminutes": -210
},
{
"code": "AGT",
"name": "Argentina Standard Time",
"offset": "GMT-3:00",
"offsetminutes": -180
},
{
"code": "BET",
"name": "Brazil Eastern Time",
"offset": "GMT-3:00",
"offsetminutes": -180
},
{
"code": "CAT",
"name": "Central African Time",
"offset": "GMT-1:00",
"offsetminutes": -60
}
]
}
|