@osovitny/anatoly 2.14.106 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/jsons/countries.json +994 -0
- package/assets/jsons/timezones.json +554 -0
- package/assets/jsons/usStates.json +202 -0
- package/assets/styles/scss/alerts.scss +168 -0
- package/assets/styles/scss/dialog/dialog.scss +49 -0
- package/assets/styles/scss/forms/contactus-form.scss +111 -0
- package/assets/styles/scss/forms/form-validation.scss +56 -0
- package/assets/styles/scss/mixins/_cards.scss +99 -0
- package/assets/styles/scss/pnlLoading.scss +20 -0
- package/assets/styles/scss/spinkit/sk-line-material.scss +61 -0
- package/assets/styles/scss/spinner.scss +22 -0
- package/assets/styles/scss/toastr.scss +192 -0
- package/assets/styles/styles.scss +33 -0
- package/esm2020/lib/anatoly.module.mjs +25 -24
- package/esm2020/lib/core/core.module.mjs +36 -35
- package/esm2020/lib/core/go/base-go.service.mjs +6 -6
- package/esm2020/lib/core/interceptors/httpInterceptor.mjs +6 -6
- package/esm2020/lib/core/localization/localization.module.mjs +22 -21
- package/esm2020/lib/core/localization/localization.service.mjs +9 -9
- package/esm2020/lib/core/localization/localizationSettings.module.mjs +22 -21
- package/esm2020/lib/core/localization/localize.pipe.mjs +9 -9
- package/esm2020/lib/core/logging/globalErrorHandler.mjs +6 -6
- package/esm2020/lib/core/logging/logging.service.mjs +9 -9
- package/esm2020/lib/core/notifications/services/notification-service.mjs +7 -7
- package/esm2020/lib/core/services/appcontext.service.mjs +6 -6
- package/esm2020/lib/core/services/dm.service.mjs +12 -12
- package/esm2020/lib/core/services/google-analytics.service.mjs +6 -6
- package/esm2020/lib/core/services/idle.service.mjs +9 -9
- package/esm2020/lib/core/services/loading.service.mjs +9 -9
- package/esm2020/lib/core/services/web-storage.service.mjs +11 -11
- package/esm2020/lib/core/utils.mjs +4 -1
- package/esm2020/lib/data/base/base-api.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-edit.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-read.service.mjs +6 -6
- package/esm2020/lib/data/data.module.mjs +17 -16
- package/esm2020/lib/data/services/core-api.service.mjs +6 -6
- package/esm2020/lib/data/services/emails-api.service.mjs +6 -6
- package/esm2020/lib/data/services/notifications/notifications-api-service.mjs +9 -9
- package/esm2020/lib/ui/components/base/base-edit.component.mjs +13 -13
- package/esm2020/lib/ui/components/base/base.component.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.dialog.mjs +22 -22
- package/esm2020/lib/ui/components/base/base.list.mjs +11 -11
- package/esm2020/lib/ui/components/base/base.page.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.paged.page.mjs +9 -9
- package/esm2020/lib/ui/components/billing/buyaccess-button.component.mjs +60 -15
- package/esm2020/lib/ui/components/billing/subscribe-plan-button.component.mjs +68 -15
- package/esm2020/lib/ui/components/card/card-body.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-footer.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-header.component.mjs +31 -11
- package/esm2020/lib/ui/components/card/card.component.mjs +21 -9
- package/esm2020/lib/ui/components/check-icon/check-icon.component.mjs +16 -9
- package/esm2020/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +16 -11
- package/esm2020/lib/ui/components/datapager/datapager.component.mjs +37 -30
- package/esm2020/lib/ui/components/html-editor/base-html-editor.component.mjs +13 -13
- package/esm2020/lib/ui/components/html-editor/forms-html-editor.component.mjs +27 -9
- package/esm2020/lib/ui/components/html-editor/html-editor.component.mjs +19 -7
- package/esm2020/lib/ui/components/identity/signin-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signout-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signup-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/nodata/nodata.component.mjs +38 -17
- package/esm2020/lib/ui/components/spinners/loading/loading.component.mjs +16 -7
- package/esm2020/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +34 -11
- package/esm2020/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +40 -10
- package/esm2020/lib/ui/directives/native-element.directive.mjs +9 -9
- package/esm2020/lib/ui/external/fa.module.mjs +18 -17
- package/esm2020/lib/ui/external/kendo.module.mjs +40 -32
- package/esm2020/lib/ui/forms/components/address/address.component.mjs +132 -26
- package/esm2020/lib/ui/forms/components/company/company.component.mjs +72 -21
- package/esm2020/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +44 -15
- package/esm2020/lib/ui/forms/components/urlslug/urlslug.component.mjs +69 -25
- package/esm2020/lib/ui/forms/contact-us/contact-us.mjs +120 -14
- package/esm2020/lib/ui/pipes/filesize.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/replace-text.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/safeHtml.pipe.mjs +7 -7
- package/esm2020/lib/ui/ui.module.mjs +34 -33
- package/esm2020/lib/ui/validation/form-validation-summary.component.mjs +38 -13
- package/esm2020/lib/ui/validation/item-validation-summary.component.mjs +33 -11
- package/esm2020/lib/ui/validation/validation-summary.component.mjs +9 -9
- package/fesm2015/osovitny-anatoly.mjs +1439 -431
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +1436 -739
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/utils.d.ts +1 -0
- package/lib/ui/components/base/base-edit.component.d.ts +1 -1
- package/lib/ui/components/base/base.component.d.ts +1 -1
- package/lib/ui/components/base/base.dialog.d.ts +1 -1
- package/lib/ui/components/base/base.list.d.ts +1 -1
- package/lib/ui/components/base/base.page.d.ts +1 -1
- package/lib/ui/components/base/base.paged.page.d.ts +1 -1
- package/lib/ui/components/billing/buyaccess-button.component.d.ts +1 -1
- package/lib/ui/components/billing/subscribe-plan-button.component.d.ts +1 -1
- package/lib/ui/components/card/card-body.component.d.ts +1 -1
- package/lib/ui/components/card/card-footer.component.d.ts +1 -1
- package/lib/ui/components/card/card-header.component.d.ts +1 -1
- package/lib/ui/components/card/card.component.d.ts +1 -1
- package/lib/ui/components/check-icon/check-icon.component.d.ts +1 -1
- package/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.d.ts +1 -1
- package/lib/ui/components/datapager/datapager.component.d.ts +1 -1
- package/lib/ui/components/html-editor/base-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/forms-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/html-editor.component.d.ts +1 -1
- package/lib/ui/components/identity/signin-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signout-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signup-button.component.d.ts +1 -1
- package/lib/ui/components/nodata/nodata.component.d.ts +1 -1
- package/lib/ui/components/spinners/loading/loading.component.d.ts +1 -1
- package/lib/ui/components/spinners/pagespinner/pagespinner.component.d.ts +1 -1
- package/lib/ui/dialogs/contact-us/contact-us.dialog.d.ts +1 -1
- package/lib/ui/directives/native-element.directive.d.ts +1 -1
- package/lib/ui/external/kendo.module.d.ts +2 -1
- package/lib/ui/forms/components/address/address.component.d.ts +1 -1
- package/lib/ui/forms/components/company/company.component.d.ts +1 -1
- package/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.d.ts +1 -1
- package/lib/ui/forms/components/urlslug/urlslug.component.d.ts +1 -1
- package/lib/ui/forms/contact-us/contact-us.d.ts +1 -1
- package/lib/ui/validation/form-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/item-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/validation-summary.component.d.ts +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,554 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"code": "Pacific/Tongatapu",
|
|
4
|
+
"name": "Nuku'alofa",
|
|
5
|
+
"offset": "GMT+13:00",
|
|
6
|
+
"offset_seconds": -46800
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"code": "Pacific/Auckland",
|
|
10
|
+
"name": "Auckland, Wellington",
|
|
11
|
+
"offset": "GMT+12:00",
|
|
12
|
+
"offset_seconds": -46800
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"code": "Etc/GMT-12",
|
|
16
|
+
"name": "Fiji, Kamchatka, Marshall Is.",
|
|
17
|
+
"offset": "GMT+12:00",
|
|
18
|
+
"offset_seconds": -43200
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"code": "Asia/Magadan",
|
|
22
|
+
"name": "Magadan",
|
|
23
|
+
"offset": "GMT+12:00",
|
|
24
|
+
"offset_seconds": -43200
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"code": "Etc/GMT-11",
|
|
28
|
+
"name": "Solomon Is., New Caledonia",
|
|
29
|
+
"offset": "GMT+11:00",
|
|
30
|
+
"offset_seconds": -39600
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "Asia/Vladivostok",
|
|
34
|
+
"name": "Vladivostok",
|
|
35
|
+
"offset": "GMT+11:00",
|
|
36
|
+
"offset_seconds": -39600
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"code": "Asia/Yakutsk",
|
|
40
|
+
"name": "Yakutsk",
|
|
41
|
+
"offset": "GMT+10:00",
|
|
42
|
+
"offset_seconds": -36000
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"code": "Australia/Brisbane",
|
|
46
|
+
"name": "Brisbane",
|
|
47
|
+
"offset": "GMT+10:00",
|
|
48
|
+
"offset_seconds": -36000
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"code": "Australia/Sydney",
|
|
52
|
+
"name": "Canberra, Melbourne, Sydney",
|
|
53
|
+
"offset": "GMT+10:00",
|
|
54
|
+
"offset_seconds": -39600
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"code": "Australia/Hobart",
|
|
58
|
+
"name": "Hobart",
|
|
59
|
+
"offset": "GMT+10:00",
|
|
60
|
+
"offset_seconds": -39600
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"code": "Australia/Adelaide",
|
|
64
|
+
"name": "Adelaide",
|
|
65
|
+
"offset": "GMT+09:30",
|
|
66
|
+
"offset_seconds": -37800
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"code": "Australia/Darwin",
|
|
70
|
+
"name": "Darwin",
|
|
71
|
+
"offset": "GMT+09:30",
|
|
72
|
+
"offset_seconds": -34200
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"code": "Asia/Irkutsk",
|
|
76
|
+
"name": "Irkutsk, Ulaan Bataar",
|
|
77
|
+
"offset": "GMT+09:00",
|
|
78
|
+
"offset_seconds": -32400
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"code": "Asia/Tokyo",
|
|
82
|
+
"name": "Osaka, Sapporo, Tokyo",
|
|
83
|
+
"offset": "GMT+09:00",
|
|
84
|
+
"offset_seconds": -32400
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"code": "Asia/Seoul",
|
|
88
|
+
"name": "Seoul",
|
|
89
|
+
"offset": "GMT+09:00",
|
|
90
|
+
"offset_seconds": -32400
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"code": "Asia/Hong_Kong",
|
|
94
|
+
"name": "Beijing, Chongqing, Hong Kong, Urumqi",
|
|
95
|
+
"offset": "GMT+08:00",
|
|
96
|
+
"offset_seconds": -28800
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"code": "Asia/Krasnoyarsk",
|
|
100
|
+
"name": "Krasnoyarsk",
|
|
101
|
+
"offset": "GMT+08:00",
|
|
102
|
+
"offset_seconds": -28800
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"code": "Australia/Perth",
|
|
106
|
+
"name": "Perth",
|
|
107
|
+
"offset": "GMT+08:00",
|
|
108
|
+
"offset_seconds": -28800
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"code": "Asia/Taipei",
|
|
112
|
+
"name": "Taipei",
|
|
113
|
+
"offset": "GMT+08:00",
|
|
114
|
+
"offset_seconds": -28800
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"code": "Asia/Bangkok",
|
|
118
|
+
"name": "Bangkok, Hanoi, Jakarta",
|
|
119
|
+
"offset": "GMT+07:00",
|
|
120
|
+
"offset_seconds": -25200
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"code": "Asia/Novosibirsk",
|
|
124
|
+
"name": "Novosibirsk",
|
|
125
|
+
"offset": "GMT+07:00",
|
|
126
|
+
"offset_seconds": -25200
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"code": "Asia/Rangoon",
|
|
130
|
+
"name": "Yangon Rangoon",
|
|
131
|
+
"offset": "GMT+06:30",
|
|
132
|
+
"offset_seconds": -23400
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"code": "Asia/Dhaka",
|
|
136
|
+
"name": "Astana, Dhaka",
|
|
137
|
+
"offset": "GMT+06:00",
|
|
138
|
+
"offset_seconds": -21600
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"code": "Asia/Yekaterinburg",
|
|
142
|
+
"name": "Ekaterinburg",
|
|
143
|
+
"offset": "GMT+06:00",
|
|
144
|
+
"offset_seconds": -21600
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"code": "Asia/Katmandu",
|
|
148
|
+
"name": "Kathmandu",
|
|
149
|
+
"offset": "GMT+05:45",
|
|
150
|
+
"offset_seconds": -20700
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"code": "Asia/Kolkata",
|
|
154
|
+
"name": "Chennai, Kolkata, Mumbai, New Delhi",
|
|
155
|
+
"offset": "GMT+05:30",
|
|
156
|
+
"offset_seconds": -19800
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"code": "Asia/Tashkent",
|
|
160
|
+
"name": "Asia/Tashkent",
|
|
161
|
+
"offset": "GMT+05:00",
|
|
162
|
+
"offset_seconds": -18000
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"code": "Asia/Kabul",
|
|
166
|
+
"name": "Kabul",
|
|
167
|
+
"offset": "GMT+04:30",
|
|
168
|
+
"offset_seconds": -16200
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"code": "Asia/Dubai",
|
|
172
|
+
"name": "Abu Dhabi, Muscat",
|
|
173
|
+
"offset": "GMT+04:00",
|
|
174
|
+
"offset_seconds": -14400
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"code": "Asia/Baku",
|
|
178
|
+
"name": "Baku",
|
|
179
|
+
"offset": "GMT+04:00",
|
|
180
|
+
"offset_seconds": -14400
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"code": "Asia/Tbilisi",
|
|
184
|
+
"name": "Tbilisi",
|
|
185
|
+
"offset": "GMT+04:00",
|
|
186
|
+
"offset_seconds": -14400
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"code": "Asia/Yerevan",
|
|
190
|
+
"name": "Yerevan",
|
|
191
|
+
"offset": "GMT+04:00",
|
|
192
|
+
"offset_seconds": -14400
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"code": "Asia/Tehran",
|
|
196
|
+
"name": "Tehran",
|
|
197
|
+
"offset": "GMT+03:30",
|
|
198
|
+
"offset_seconds": -12600
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"code": "Asia/Baghdad",
|
|
202
|
+
"name": "Baghdad",
|
|
203
|
+
"offset": "GMT+03:00",
|
|
204
|
+
"offset_seconds": -10800
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"code": "Europe/Minsk",
|
|
208
|
+
"name": "Kaliningrad, Minsk",
|
|
209
|
+
"offset": "GMT+03:00",
|
|
210
|
+
"offset_seconds": -10800
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"code": "Asia/Kuwait",
|
|
214
|
+
"name": "Kuwait, Riyadh",
|
|
215
|
+
"offset": "GMT+03:00",
|
|
216
|
+
"offset_seconds": -10800
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"code": "Africa/Addis_Ababa",
|
|
220
|
+
"name": "Nairobi",
|
|
221
|
+
"offset": "GMT+03:00",
|
|
222
|
+
"offset_seconds": -10800
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"code": "Europe/Moscow",
|
|
226
|
+
"name": "Moscow, St. Petersburg, Volgograd",
|
|
227
|
+
"offset": "GMT+03:00",
|
|
228
|
+
"offset_seconds": -14400
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"code": "Asia/Amman",
|
|
232
|
+
"name": "Amman",
|
|
233
|
+
"offset": "GMT+02:00",
|
|
234
|
+
"offset_seconds": -7200
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"code": "Europe/Bucharest",
|
|
238
|
+
"name": "Athens, Bucharest",
|
|
239
|
+
"offset": "GMT+02:00",
|
|
240
|
+
"offset_seconds": -7200
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"code": "Asia/Beirut",
|
|
244
|
+
"name": "Beirut",
|
|
245
|
+
"offset": "GMT+02:00",
|
|
246
|
+
"offset_seconds": -7200
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"code": "Africa/Cairo",
|
|
250
|
+
"name": "Cairo",
|
|
251
|
+
"offset": "GMT+02:00",
|
|
252
|
+
"offset_seconds": -7200
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"code": "Asia/Damascus",
|
|
256
|
+
"name": "Damascus",
|
|
257
|
+
"offset": "GMT+02:00",
|
|
258
|
+
"offset_seconds": -7200
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"code": "Africa/Blantyre",
|
|
262
|
+
"name": "Harare, Pretoria",
|
|
263
|
+
"offset": "GMT+02:00",
|
|
264
|
+
"offset_seconds": -7200
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"code": "Europe/Helsinki",
|
|
268
|
+
"name": "Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius",
|
|
269
|
+
"offset": "GMT+02:00",
|
|
270
|
+
"offset_seconds": -7200
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"code": "Europe/Istanbul",
|
|
274
|
+
"name": "Istanbul",
|
|
275
|
+
"offset": "GMT+02:00",
|
|
276
|
+
"offset_seconds": -7200
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"code": "Asia/Jerusalem",
|
|
280
|
+
"name": "Jerusalem",
|
|
281
|
+
"offset": "GMT+02:00",
|
|
282
|
+
"offset_seconds": -7200
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"code": "Europe/Nicosia",
|
|
286
|
+
"name": "Nicosia",
|
|
287
|
+
"offset": "GMT+02:00",
|
|
288
|
+
"offset_seconds": -7200
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"code": "Europe/Amsterdam",
|
|
292
|
+
"name": "Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna",
|
|
293
|
+
"offset": "GMT+01:00",
|
|
294
|
+
"offset_seconds": -3600
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"code": "Europe/Belgrade",
|
|
298
|
+
"name": "Belgrade, Bratislava, Budapest, Prague, Ljubljana",
|
|
299
|
+
"offset": "GMT+01:00",
|
|
300
|
+
"offset_seconds": -3600
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"code": "Europe/Brussels",
|
|
304
|
+
"name": "Brussels, Copenhagen, Madrid, Paris",
|
|
305
|
+
"offset": "GMT+01:00",
|
|
306
|
+
"offset_seconds": -3600
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"code": "Europe/Warsaw",
|
|
310
|
+
"name": "Sarajevo, Skopje, Warsaw, Zagreb",
|
|
311
|
+
"offset": "GMT+01:00",
|
|
312
|
+
"offset_seconds": -3600
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"code": "Africa/Algiers",
|
|
316
|
+
"name": "West Central Africa",
|
|
317
|
+
"offset": "GMT+01:00",
|
|
318
|
+
"offset_seconds": -3600
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"code": "Africa/Windhoek",
|
|
322
|
+
"name": "Windhoek",
|
|
323
|
+
"offset": "GMT+01:00",
|
|
324
|
+
"offset_seconds": -7200
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"code": "Africa/Casablanca",
|
|
328
|
+
"name": "Casablanca",
|
|
329
|
+
"offset": "GMT-00:00",
|
|
330
|
+
"offset_seconds": 0
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"code": "Etc/UTC",
|
|
334
|
+
"name": "Coordinated Universal Time",
|
|
335
|
+
"offset": "GMT-00:00",
|
|
336
|
+
"offset_seconds": 0
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"code": "Africa/Abidjan",
|
|
340
|
+
"name": "Monrovia, Reykjavik",
|
|
341
|
+
"offset": "GMT-00:00",
|
|
342
|
+
"offset_seconds": 0
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"code": "Europe/London",
|
|
346
|
+
"name": "Dublin, Lisbon, London, Edinburgh",
|
|
347
|
+
"offset": "GMT-00:00",
|
|
348
|
+
"offset_seconds": 0
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"code": "Atlantic/Cape_Verde",
|
|
352
|
+
"name": "Cape Verde Is.",
|
|
353
|
+
"offset": "GMT-01:00",
|
|
354
|
+
"offset_seconds": 3600
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"code": "Atlantic/Azores",
|
|
358
|
+
"name": "Azores",
|
|
359
|
+
"offset": "GMT-01:00",
|
|
360
|
+
"offset_seconds": 3600
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"code": "America/Noronha",
|
|
364
|
+
"name": "Mid-Atlantic",
|
|
365
|
+
"offset": "GMT-02:00",
|
|
366
|
+
"offset_seconds": 7200
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"code": "Etc/GMT+2",
|
|
370
|
+
"name": "Coordinated Universal Time - 02",
|
|
371
|
+
"offset": "GMT-02:00",
|
|
372
|
+
"offset_seconds": 7200
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"code": "America/Sao_Paulo",
|
|
376
|
+
"name": "Brasilia",
|
|
377
|
+
"offset": "GMT-03:00",
|
|
378
|
+
"offset_seconds": 7200
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"code": "America/Argentina/Buenos_Aires",
|
|
382
|
+
"name": "Buenos Aires",
|
|
383
|
+
"offset": "GMT-03:00",
|
|
384
|
+
"offset_seconds": 10800
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"code": "America/Cayenne",
|
|
388
|
+
"name": "Cayenne, Fortalenza",
|
|
389
|
+
"offset": "GMT-03:00",
|
|
390
|
+
"offset_seconds": 10800
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"code": "America/Godthab",
|
|
394
|
+
"name": "Greenland",
|
|
395
|
+
"offset": "GMT-03:00",
|
|
396
|
+
"offset_seconds": 10800
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"code": "America/Montevideo",
|
|
400
|
+
"name": "Montevideo",
|
|
401
|
+
"offset": "GMT-03:00",
|
|
402
|
+
"offset_seconds": 7200
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"code": "America/St_Johns",
|
|
406
|
+
"name": "Newfoundland",
|
|
407
|
+
"offset": "GMT-03:30",
|
|
408
|
+
"offset_seconds": 12600
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"code": "America/Asuncion",
|
|
412
|
+
"name": "Asuncion",
|
|
413
|
+
"offset": "GMT-04:00",
|
|
414
|
+
"offset_seconds": 10800
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"code": "America/Goose_Bay",
|
|
418
|
+
"name": "Atlantic Time, Goose Bay",
|
|
419
|
+
"offset": "GMT-04:00",
|
|
420
|
+
"offset_seconds": 14400
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"code": "America/Glace_Bay",
|
|
424
|
+
"name": "Atlantic Time, Canada",
|
|
425
|
+
"offset": "GMT-04:00",
|
|
426
|
+
"offset_seconds": 14400
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"code": "America/Cuiaba",
|
|
430
|
+
"name": "Cuiaba",
|
|
431
|
+
"offset": "GMT-04:00",
|
|
432
|
+
"offset_seconds": 10800
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"code": "America/La_Paz",
|
|
436
|
+
"name": "Georgetown, La Paz, Manaus, San Juan",
|
|
437
|
+
"offset": "GMT-04:00",
|
|
438
|
+
"offset_seconds": 14400
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"code": "America/Santiago",
|
|
442
|
+
"name": "Santiago",
|
|
443
|
+
"offset": "GMT-04:00",
|
|
444
|
+
"offset_seconds": 10800
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"code": "America/Caracas",
|
|
448
|
+
"name": "Caracas",
|
|
449
|
+
"offset": "GMT-04:30",
|
|
450
|
+
"offset_seconds": 16200
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"code": "America/Bogota",
|
|
454
|
+
"name": "Bogota, Lima, Quito, Rio Branco",
|
|
455
|
+
"offset": "GMT-05:00",
|
|
456
|
+
"offset_seconds": 18000
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"code": "America/New_York",
|
|
460
|
+
"name": "Eastern Time, US & Canada",
|
|
461
|
+
"offset": "GMT-05:00",
|
|
462
|
+
"offset_seconds": 18000
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"code": "America/Havana",
|
|
466
|
+
"name": "Cuba",
|
|
467
|
+
"offset": "GMT-05:00",
|
|
468
|
+
"offset_seconds": 18000
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"code": "America/Indiana/Indianapolis",
|
|
472
|
+
"name": "Indiana (East)",
|
|
473
|
+
"offset": "GMT-05:00",
|
|
474
|
+
"offset_seconds": 18000
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"code": "America/Belize",
|
|
478
|
+
"name": "Central America",
|
|
479
|
+
"offset": "GMT-06:00",
|
|
480
|
+
"offset_seconds": 21600
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"code": "America/Chicago",
|
|
484
|
+
"name": "Central Time, US & Canada",
|
|
485
|
+
"offset": "GMT-06:00",
|
|
486
|
+
"offset_seconds": 21600
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"code": "America/Cancun",
|
|
490
|
+
"name": "Guadalajara, Mexico City, Monterrey",
|
|
491
|
+
"offset": "GMT-06:00",
|
|
492
|
+
"offset_seconds": 21600
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"code": "Canada/Saskatchewan",
|
|
496
|
+
"name": "Saskatchewan",
|
|
497
|
+
"offset": "GMT-06:00",
|
|
498
|
+
"offset_seconds": 21600
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"code": "America/Dawson_Creek",
|
|
502
|
+
"name": "Arizona",
|
|
503
|
+
"offset": "GMT-07:00",
|
|
504
|
+
"offset_seconds": 25200
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"code": "America/Chihuahua",
|
|
508
|
+
"name": "Chihuahua, La Paz, Mazatlan",
|
|
509
|
+
"offset": "GMT-07:00",
|
|
510
|
+
"offset_seconds": 25200
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"code": "America/Denver",
|
|
514
|
+
"name": "Mountain Time, US & Canada",
|
|
515
|
+
"offset": "GMT-07:00",
|
|
516
|
+
"offset_seconds": 25200
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"code": "America/Ensenada",
|
|
520
|
+
"name": "Tijuana, Baja California",
|
|
521
|
+
"offset": "GMT-08:00",
|
|
522
|
+
"offset_seconds": 28800
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"code": "America/Los_Angeles",
|
|
526
|
+
"name": "Pacific Time, US & Canada",
|
|
527
|
+
"offset": "GMT-08:00",
|
|
528
|
+
"offset_seconds": 28800
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"code": "America/Anchorage",
|
|
532
|
+
"name": "Alaska",
|
|
533
|
+
"offset": "GMT-09:00",
|
|
534
|
+
"offset_seconds": 32400
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"code": "Etc/GMT+10",
|
|
538
|
+
"name": "Hawaii",
|
|
539
|
+
"offset": "GMT-10:00",
|
|
540
|
+
"offset_seconds": 36000
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"code": "Pacific/Midway",
|
|
544
|
+
"name": "Midway Island, Samoa",
|
|
545
|
+
"offset": "GMT-11:00",
|
|
546
|
+
"offset_seconds": 39600
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"code": "Etc/GMT+12",
|
|
550
|
+
"name": "International Date Line West",
|
|
551
|
+
"offset": "GMT-12:00",
|
|
552
|
+
"offset_seconds": 43200
|
|
553
|
+
}
|
|
554
|
+
]
|