dialable 0.6.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce4a637cb9e934ae762a5d24e9a2102e27051ccd
4
- data.tar.gz: dbd3e6ecee3598b073bec751aec0d1e62afadb97
3
+ metadata.gz: 1b889576ea3dc578b3913a95876719f69247e8ce
4
+ data.tar.gz: 6253003f2badfdb5cc150388b824e2e8b3e83ad9
5
5
  SHA512:
6
- metadata.gz: d0543fc9afd65c68f56e600a151bfe3982c027b564d94489a9758f058e28105b8464afe5147b308a19c8ad6131bf231606e2a923b963f3a12d2ca1546c1beec1
7
- data.tar.gz: 35d4de71d6bce66ccb4484535c506aaa060a200df36aa91f2b982092164f0c7b2d5c185b128fbc24e45dc4b5eab48a142722468599d6fcd8d9c95ada9daa7fb3
6
+ metadata.gz: 87438e1ec150c37010fa42b674ce3b44ed4f27422c8797753d89fdbe36eeafba2e0d7fdf8cca976e513faf9c53947bbc55ebb2ec43824c419d87b84ab017b86a
7
+ data.tar.gz: 63e9537e6646eaac2dc4e87b459e8af7ee65b42b5e2e964345d7723d1f0a40afe122cb8a5d8d55c7032414534b53be97e29cd65e7edf21287d3e37cdb42d06ee
Binary file
Binary file
data/.gitignore CHANGED
@@ -1,2 +1,4 @@
1
1
  .DS_Store
2
2
  *.gem
3
+ /coverage
4
+ tags
@@ -1,15 +1,10 @@
1
1
  language: ruby
2
- script: "bundle exec rspec"
2
+ cache: bundler
3
+ script: bundle exec rspec
3
4
  rvm:
4
- - 2.0.0
5
- - 1.9.3
6
- - jruby-19mode
7
- - rbx-19mode
8
- - ruby-head
9
- - jruby-head
10
- notifications:
11
- irc:
12
- channels:
13
- - "chat.freenode.net#chorn"
14
- on_success: change
15
- on_failure: always
5
+ - 2.2.3
6
+ - 2.1.7
7
+ - 2.0.0
8
+ - 1.9.3
9
+ dd:
10
+ secure: fzItORKaVrevTjQQu85FYgqgSVkRGG8PtOfNTCYY0meyP1+hF/lH6i5ZAb35VAuwi9InqaYnPx09dREBlfEqkzY/Ypxglq+EosAfqOgiKFu44JlM4vhxSdwn2mywCJpYZ0IbH5OnkF6rUULL/AoRQPlIV77eRqhB9LGfLNlYMfU=
data/Gemfile CHANGED
@@ -1,4 +1,2 @@
1
1
  source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in test.gemspec
4
2
  gemspec
@@ -1,33 +1,92 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dialable (0.6.3)
5
- tzinfo
4
+ dialable (1.0.0)
5
+ tzinfo (~> 1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- atomic (1.1.14)
10
+ codeclimate-test-reporter (0.4.8)
11
+ simplecov (>= 0.7.1, < 1.0.0)
12
+ coderay (1.1.0)
11
13
  diff-lcs (1.2.5)
12
- rake (10.1.0)
13
- rspec (2.14.1)
14
- rspec-core (~> 2.14.0)
15
- rspec-expectations (~> 2.14.0)
16
- rspec-mocks (~> 2.14.0)
17
- rspec-core (2.14.7)
18
- rspec-expectations (2.14.4)
19
- diff-lcs (>= 1.1.3, < 2.0)
20
- rspec-mocks (2.14.4)
21
- thread_safe (0.1.3)
22
- atomic
23
- tzinfo (1.1.0)
14
+ docile (1.1.5)
15
+ ffi (1.9.10)
16
+ formatador (0.2.5)
17
+ guard (2.13.0)
18
+ formatador (>= 0.2.4)
19
+ listen (>= 2.7, <= 4.0)
20
+ lumberjack (~> 1.0)
21
+ nenv (~> 0.1)
22
+ notiffany (~> 0.0)
23
+ pry (>= 0.9.12)
24
+ shellany (~> 0.0)
25
+ thor (>= 0.18.1)
26
+ guard-bundler (2.1.0)
27
+ bundler (~> 1.0)
28
+ guard (~> 2.2)
29
+ guard-compat (~> 1.1)
30
+ guard-compat (1.2.1)
31
+ guard-rspec (4.6.4)
32
+ guard (~> 2.1)
33
+ guard-compat (~> 1.1)
34
+ rspec (>= 2.99.0, < 4.0)
35
+ json (1.8.3)
36
+ listen (3.0.5)
37
+ rb-fsevent (>= 0.9.3)
38
+ rb-inotify (>= 0.9)
39
+ lumberjack (1.0.9)
40
+ method_source (0.8.2)
41
+ nenv (0.2.0)
42
+ notiffany (0.0.8)
43
+ nenv (~> 0.1)
44
+ shellany (~> 0.0)
45
+ pry (0.10.3)
46
+ coderay (~> 1.1.0)
47
+ method_source (~> 0.8.1)
48
+ slop (~> 3.4)
49
+ rake (10.4.2)
50
+ rb-fsevent (0.9.6)
51
+ rb-inotify (0.9.5)
52
+ ffi (>= 0.5.0)
53
+ rspec (3.4.0)
54
+ rspec-core (~> 3.4.0)
55
+ rspec-expectations (~> 3.4.0)
56
+ rspec-mocks (~> 3.4.0)
57
+ rspec-core (3.4.1)
58
+ rspec-support (~> 3.4.0)
59
+ rspec-expectations (3.4.0)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.4.0)
62
+ rspec-mocks (3.4.0)
63
+ diff-lcs (>= 1.2.0, < 2.0)
64
+ rspec-support (~> 3.4.0)
65
+ rspec-support (3.4.1)
66
+ shellany (0.0.1)
67
+ simplecov (0.10.0)
68
+ docile (~> 1.1.0)
69
+ json (~> 1.8)
70
+ simplecov-html (~> 0.10.0)
71
+ simplecov-html (0.10.0)
72
+ slop (3.6.0)
73
+ thor (0.19.1)
74
+ thread_safe (0.3.5)
75
+ tzinfo (1.2.2)
24
76
  thread_safe (~> 0.1)
25
77
 
26
78
  PLATFORMS
27
79
  ruby
28
80
 
29
81
  DEPENDENCIES
82
+ bundler (~> 1.6)
83
+ codeclimate-test-reporter (~> 0.4)
30
84
  dialable!
31
- rake
32
- rspec
33
- tzinfo
85
+ guard (~> 2.12)
86
+ guard-bundler (~> 2.1)
87
+ guard-rspec (~> 4.5)
88
+ rake (~> 10.4)
89
+ rspec (~> 3.3)
90
+
91
+ BUNDLED WITH
92
+ 1.10.6
@@ -0,0 +1,57 @@
1
+
2
+ guard :rspec, cmd: "bundle exec rspec" do
3
+ require "guard/rspec/dsl"
4
+ dsl = Guard::RSpec::Dsl.new(self)
5
+
6
+ # Feel free to open issues for suggestions and improvements
7
+
8
+ # RSpec files
9
+ rspec = dsl.rspec
10
+ watch(rspec.spec_helper) { rspec.spec_dir }
11
+ watch(rspec.spec_support) { rspec.spec_dir }
12
+ watch(rspec.spec_files)
13
+
14
+ # Ruby files
15
+ ruby = dsl.ruby
16
+ dsl.watch_spec_files_for(ruby.lib_files)
17
+
18
+ # Rails files
19
+ rails = dsl.rails(view_extensions: %w(erb haml slim))
20
+ dsl.watch_spec_files_for(rails.app_files)
21
+ dsl.watch_spec_files_for(rails.views)
22
+
23
+ watch(rails.controllers) do |m|
24
+ [
25
+ rspec.spec.call("routing/#{m[1]}_routing"),
26
+ rspec.spec.call("controllers/#{m[1]}_controller"),
27
+ rspec.spec.call("acceptance/#{m[1]}")
28
+ ]
29
+ end
30
+
31
+ # Rails config changes
32
+ watch(rails.spec_helper) { rspec.spec_dir }
33
+ watch(rails.routes) { "#{rspec.spec_dir}/routing" }
34
+ watch(rails.app_controller) { "#{rspec.spec_dir}/controllers" }
35
+
36
+ # Capybara features specs
37
+ watch(rails.view_dirs) { |m| rspec.spec.call("features/#{m[1]}") }
38
+ watch(rails.layouts) { |m| rspec.spec.call("features/#{m[1]}") }
39
+
40
+ # Turnip features and steps
41
+ watch(%r{^spec/acceptance/(.+)\.feature$})
42
+ watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) do |m|
43
+ Dir[File.join("**/#{m[1]}.feature")][0] || "spec/acceptance"
44
+ end
45
+ end
46
+
47
+ guard :bundler do
48
+ require 'guard/bundler'
49
+ require 'guard/bundler/verify'
50
+ helper = Guard::Bundler::Verify.new
51
+
52
+ files = ['Gemfile']
53
+ files += Dir['*.gemspec'] if files.any? { |f| helper.uses_gemspec?(f) }
54
+
55
+ # Assume files are symlinked from somewhere
56
+ files.each { |file| watch(helper.real_path(file)) }
57
+ end
@@ -0,0 +1,55 @@
1
+ # dialable
2
+
3
+ [![Gem Version](https://badge.fury.io/rb/dialable.svg)](https://badge.fury.io/rb/dialable)
4
+ [![Build Status](https://travis-ci.org/chorn/dialable.svg?branch=master)](https://travis-ci.org/chorn/dialable)
5
+
6
+ ## A gem that provides parsing and output of phone numbers according to NANPA standards.
7
+
8
+ ### This gem does not provide a validation for Rails.
9
+
10
+ Phone numbers are not a big deal if you can validate the input at the
11
+ time you've got a human right there. My enterprise tends not to have
12
+ that ability, as we receive large files from clients with little or no
13
+ validation done. Rather than abandon #s which don't validate, I wrote
14
+ this to parse and normalize a string into a standard NANP phone
15
+ number, possibly including an extension.
16
+
17
+ ## Usage and Features
18
+
19
+ ```ruby
20
+ $ irb
21
+ >> require "dialable"
22
+ >> pn = Dialable::NANP.parse("+1(800)555-1212 ext 1234")
23
+ >> puts pn.to_s # Pretty output
24
+ 800-555-1212 x1234
25
+ >> puts pn.to_digits # Address book friendly
26
+ 8005551212 x1234
27
+ >> puts pn.to_dialable # PBX friendly
28
+ 8005551212
29
+ >> puts pn.extension
30
+ 1234
31
+ ```
32
+
33
+ ### Timezones and Timezone relative offsets
34
+
35
+ For `v1.0.0`, the timezone syntax from dialable has changed to output `tzinfo` compatible names.
36
+
37
+
38
+ Also, pn.timezones and pn.relative_timezones should do the right thing.
39
+
40
+
41
+ ## Data
42
+
43
+ The YAML file with the valid area codes and easily recognizable codes
44
+ (like 911) can get out of date. To update your own copy, run:
45
+
46
+ ```sh
47
+ cd $(dirname $(gem which dialable)) ; cd ..
48
+ ruby ./support/make_yaml_nanpa.rb > data/dialable/nanpa.yaml
49
+ ```
50
+
51
+ ## References
52
+
53
+ * [North American Numbering Plan Administration (NANPA)](http://nanpa.com/ "NANPA")
54
+ * [NPA Report](http://nanpa.com/nanp1/npa_report.csv "CSV")
55
+ * [NPA Report Data Dictionary](http://nanpa.com/area_codes/AreaCodeDatabaseDefinitions.xls "AreaCodeDatabaseDefinitions.xls")
data/Rakefile CHANGED
@@ -1 +1,13 @@
1
- require "bundler/gem_tasks"
1
+ require 'bundler/gem_tasks'
2
+ require 'digest/sha2'
3
+
4
+ task default: %w(build)
5
+
6
+ desc "Update checksums for gems in ./pkg"
7
+ task :checksums do
8
+ Dir.glob('pkg/*.gem').each do |gem|
9
+ checksum = Digest::SHA512.new.hexdigest(File.read(gem))
10
+ File.open("#{gem.gsub(/pkg/, 'checksums')}.sha512", 'w') { |f| f.write(checksum) }
11
+ end
12
+ end
13
+
@@ -0,0 +1,55 @@
1
+ -----BEGIN CERTIFICATE-----
2
+ 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
54
+ bHE=
55
+ -----END CERTIFICATE-----
@@ -1,1396 +1,1917 @@
1
1
  ---
2
- :created: 2013-01-30 19:41:00.989517000 -05:00
2
+ :created: 2015-12-06 18:13:18.620438000 -05:00
3
3
  201:
4
4
  :country: US
5
- :timezone: E
5
+ :timezones:
6
+ - US/Eastern
6
7
  :location: NJ
7
8
  202:
8
9
  :country: US
9
- :timezone: E
10
+ :timezones:
11
+ - US/Eastern
10
12
  :location: DC
11
13
  203:
12
14
  :country: US
13
- :timezone: E
15
+ :timezones:
16
+ - US/Eastern
14
17
  :location: CT
15
18
  204:
16
19
  :country: CANADA
17
- :timezone: C
18
- :location: Manitoba
20
+ :timezones:
21
+ - Canada/Central
22
+ :location: MANITOBA
19
23
  205:
20
24
  :country: US
21
- :timezone: C
25
+ :timezones:
26
+ - US/Central
22
27
  :location: AL
23
28
  206:
24
29
  :country: US
25
- :timezone: P
30
+ :timezones:
31
+ - US/Pacific
26
32
  :location: WA
27
33
  207:
28
34
  :country: US
29
- :timezone: E
35
+ :timezones:
36
+ - US/Eastern
30
37
  :location: ME
31
38
  208:
32
39
  :country: US
33
- :timezone: MP
40
+ :timezones:
41
+ - US/Mountain
42
+ - US/Pacific
34
43
  :location: ID
35
44
  209:
36
45
  :country: US
37
- :timezone: P
46
+ :timezones:
47
+ - US/Pacific
38
48
  :location: CA
39
49
  210:
40
50
  :country: US
41
- :timezone: C
51
+ :timezones:
52
+ - US/Central
42
53
  :location: TX
43
54
  212:
44
55
  :country: US
45
- :timezone: E
56
+ :timezones:
57
+ - US/Eastern
46
58
  :location: NY
47
59
  213:
48
60
  :country: US
49
- :timezone: P
61
+ :timezones:
62
+ - US/Pacific
50
63
  :location: CA
51
64
  214:
52
65
  :country: US
53
- :timezone: C
66
+ :timezones:
67
+ - US/Central
54
68
  :location: TX
55
69
  215:
56
70
  :country: US
57
- :timezone: E
71
+ :timezones:
72
+ - US/Eastern
58
73
  :location: PA
59
74
  216:
60
75
  :country: US
61
- :timezone: E
76
+ :timezones:
77
+ - US/Eastern
62
78
  :location: OH
63
79
  217:
64
80
  :country: US
65
- :timezone: C
81
+ :timezones:
82
+ - US/Central
66
83
  :location: IL
67
84
  218:
68
85
  :country: US
69
- :timezone: C
86
+ :timezones:
87
+ - US/Central
70
88
  :location: MN
71
89
  219:
72
90
  :country: US
73
- :timezone: EC
91
+ :timezones:
92
+ - US/Eastern
93
+ - US/Central
74
94
  :location: IN
95
+ 220:
96
+ :country: US
97
+ :timezones:
98
+ - US/Eastern
99
+ :location: OH
75
100
  224:
76
101
  :country: US
77
- :timezone: C
102
+ :timezones:
103
+ - US/Central
78
104
  :location: IL
79
105
  225:
80
106
  :country: US
81
- :timezone: C
107
+ :timezones:
108
+ - US/Central
82
109
  :location: LA
83
110
  226:
84
111
  :country: CANADA
85
- :timezone: E
86
- :location: Ontario
112
+ :timezones:
113
+ - Canada/Eastern
114
+ :location: ONTARIO
87
115
  228:
88
116
  :country: US
89
- :timezone: C
117
+ :timezones:
118
+ - US/Central
90
119
  :location: MS
91
120
  229:
92
121
  :country: US
93
- :timezone: E
122
+ :timezones:
123
+ - US/Eastern
94
124
  :location: GA
95
125
  231:
96
126
  :country: US
97
- :timezone: E
127
+ :timezones:
128
+ - US/Eastern
98
129
  :location: MI
99
130
  234:
100
131
  :country: US
101
- :timezone: E
132
+ :timezones:
133
+ - US/Eastern
102
134
  :location: OH
135
+ 236:
136
+ :country: CANADA
137
+ :timezones:
138
+ - Canada/Pacific
139
+ :location: BRITISH COLUMBIA
103
140
  239:
104
141
  :country: US
105
- :timezone: E
142
+ :timezones:
143
+ - US/Eastern
106
144
  :location: FL
107
145
  240:
108
146
  :country: US
109
- :timezone: E
147
+ :timezones:
148
+ - US/Eastern
110
149
  :location: MD
111
150
  242:
112
151
  :country: BAHAMAS
113
- :timezone: E
152
+ :timezones:
153
+ - America/Virgin
154
+ :location: US
114
155
  246:
115
156
  :country: BARBADOS
116
- :timezone: A
157
+ :timezones:
158
+ - America/Barbados
159
+ :location: US
117
160
  248:
118
161
  :country: US
119
- :timezone: E
162
+ :timezones:
163
+ - US/Eastern
120
164
  :location: MI
121
165
  249:
122
166
  :country: CANADA
123
- :timezone: E
124
- :location: Ontario
167
+ :timezones:
168
+ - Canada/Eastern
169
+ :location: ONTARIO
125
170
  250:
126
171
  :country: CANADA
127
- :timezone: P
128
- :location: British Columbia
172
+ :timezones:
173
+ - Canada/Pacific
174
+ :location: BRITISH COLUMBIA
129
175
  251:
130
176
  :country: US
131
- :timezone: C
177
+ :timezones:
178
+ - US/Central
132
179
  :location: AL
133
180
  252:
134
181
  :country: US
135
- :timezone: E
182
+ :timezones:
183
+ - US/Eastern
136
184
  :location: NC
137
185
  253:
138
186
  :country: US
139
- :timezone: P
187
+ :timezones:
188
+ - US/Pacific
140
189
  :location: WA
141
190
  254:
142
191
  :country: US
143
- :timezone: C
192
+ :timezones:
193
+ - US/Central
144
194
  :location: TX
145
195
  256:
146
196
  :country: US
147
- :timezone: C
197
+ :timezones:
198
+ - US/Central
148
199
  :location: AL
149
200
  260:
150
201
  :country: US
151
- :timezone: E
202
+ :timezones:
203
+ - US/Eastern
152
204
  :location: IN
153
205
  262:
154
206
  :country: US
155
- :timezone: C
207
+ :timezones:
208
+ - US/Central
156
209
  :location: WI
157
210
  264:
158
211
  :country: ANGUILLA
159
- :timezone: A
212
+ :timezones:
213
+ - America/Anguilla
214
+ :location: US
160
215
  267:
161
216
  :country: US
162
- :timezone: E
217
+ :timezones:
218
+ - US/Eastern
163
219
  :location: PA
164
220
  268:
165
221
  :country: ANTIGUA/BARBUDA
166
- :timezone: A
222
+ :timezones:
223
+ - America/Antigua
224
+ :location: US
167
225
  269:
168
226
  :country: US
169
- :timezone: E
227
+ :timezones:
228
+ - US/Eastern
170
229
  :location: MI
171
230
  270:
172
231
  :country: US
173
- :timezone: EC
232
+ :timezones:
233
+ - US/Eastern
234
+ - US/Central
174
235
  :location: KY
236
+ 272:
237
+ :country: US
238
+ :timezones:
239
+ - US/Eastern
240
+ :location: PA
175
241
  276:
176
242
  :country: US
177
- :timezone: E
243
+ :timezones:
244
+ - US/Eastern
178
245
  :location: VA
179
246
  281:
180
247
  :country: US
181
- :timezone: C
248
+ :timezones:
249
+ - US/Central
182
250
  :location: TX
183
251
  284:
184
252
  :country: BRITISH VIRGIN ISLANDS
185
- :timezone: A
253
+ :timezones:
254
+ - America/Virgin
255
+ :location: US
186
256
  289:
187
257
  :country: CANADA
188
- :timezone: E
189
- :location: Ontario
258
+ :timezones:
259
+ - Canada/Eastern
260
+ :location: ONTARIO
190
261
  301:
191
262
  :country: US
192
- :timezone: E
263
+ :timezones:
264
+ - US/Eastern
193
265
  :location: MD
194
266
  302:
195
267
  :country: US
196
- :timezone: E
268
+ :timezones:
269
+ - US/Eastern
197
270
  :location: DE
198
271
  303:
199
272
  :country: US
200
- :timezone: M
273
+ :timezones:
274
+ - US/Mountain
201
275
  :location: CO
202
276
  304:
203
277
  :country: US
204
- :timezone: E
278
+ :timezones:
279
+ - US/Eastern
205
280
  :location: WV
206
281
  305:
207
282
  :country: US
208
- :timezone: E
283
+ :timezones:
284
+ - US/Eastern
209
285
  :location: FL
210
286
  306:
211
287
  :country: CANADA
212
- :timezone: C
213
- :location: Saskatchewan
288
+ :timezones:
289
+ - Canada/Central
290
+ :location: SASKATCHEWAN
214
291
  307:
215
292
  :country: US
216
- :timezone: M
293
+ :timezones:
294
+ - US/Mountain
217
295
  :location: WY
218
296
  308:
219
297
  :country: US
220
- :timezone: CM
298
+ :timezones:
299
+ - US/Central
300
+ - US/Mountain
221
301
  :location: NE
222
302
  309:
223
303
  :country: US
224
- :timezone: C
304
+ :timezones:
305
+ - US/Central
225
306
  :location: IL
226
307
  310:
227
308
  :country: US
228
- :timezone: P
309
+ :timezones:
310
+ - US/Pacific
229
311
  :location: CA
230
312
  312:
231
313
  :country: US
232
- :timezone: C
314
+ :timezones:
315
+ - US/Central
233
316
  :location: IL
234
317
  313:
235
318
  :country: US
236
- :timezone: E
319
+ :timezones:
320
+ - US/Eastern
237
321
  :location: MI
238
322
  314:
239
323
  :country: US
240
- :timezone: C
324
+ :timezones:
325
+ - US/Central
241
326
  :location: MO
242
327
  315:
243
328
  :country: US
244
- :timezone: E
329
+ :timezones:
330
+ - US/Eastern
245
331
  :location: NY
246
332
  316:
247
333
  :country: US
248
- :timezone: C
334
+ :timezones:
335
+ - US/Central
249
336
  :location: KS
250
337
  317:
251
338
  :country: US
252
- :timezone: E
339
+ :timezones:
340
+ - US/Eastern
253
341
  :location: IN
254
342
  318:
255
343
  :country: US
256
- :timezone: C
344
+ :timezones:
345
+ - US/Central
257
346
  :location: LA
258
347
  319:
259
348
  :country: US
260
- :timezone: C
349
+ :timezones:
350
+ - US/Central
261
351
  :location: IA
262
352
  320:
263
353
  :country: US
264
- :timezone: C
354
+ :timezones:
355
+ - US/Central
265
356
  :location: MN
266
357
  321:
267
358
  :country: US
268
- :timezone: E
359
+ :timezones:
360
+ - US/Eastern
269
361
  :location: FL
270
362
  323:
271
363
  :country: US
272
- :timezone: P
364
+ :timezones:
365
+ - US/Pacific
273
366
  :location: CA
274
367
  325:
275
368
  :country: US
276
- :timezone: C
369
+ :timezones:
370
+ - US/Central
277
371
  :location: TX
278
372
  330:
279
373
  :country: US
280
- :timezone: E
374
+ :timezones:
375
+ - US/Eastern
281
376
  :location: OH
282
377
  331:
283
378
  :country: US
284
- :timezone: C
379
+ :timezones:
380
+ - US/Central
285
381
  :location: IL
286
382
  334:
287
383
  :country: US
288
- :timezone: C
384
+ :timezones:
385
+ - US/Central
289
386
  :location: AL
290
387
  336:
291
388
  :country: US
292
- :timezone: E
389
+ :timezones:
390
+ - US/Eastern
293
391
  :location: NC
294
392
  337:
295
393
  :country: US
296
- :timezone: C
394
+ :timezones:
395
+ - US/Central
297
396
  :location: LA
298
397
  339:
299
398
  :country: US
300
- :timezone: E
399
+ :timezones:
400
+ - US/Eastern
301
401
  :location: MA
302
402
  340:
303
403
  :country: US
304
- :timezone: A
404
+ :timezones:
405
+ - America/Virgin
305
406
  :location: USVI
306
407
  343:
307
408
  :country: CANADA
308
- :location: Ontario
409
+ :timezones:
410
+ - Canada/Eastern
411
+ :location: ONTARIO
309
412
  345:
310
413
  :country: CAYMAN ISLANDS
311
- :timezone: E
414
+ :timezones:
415
+ - America/Cayman
416
+ :location: US
417
+ 346:
418
+ :country: US
419
+ :timezones:
420
+ - US/Central
421
+ :location: TX
312
422
  347:
313
423
  :country: US
314
- :timezone: E
424
+ :timezones:
425
+ - US/Eastern
315
426
  :location: NY
316
427
  351:
317
428
  :country: US
318
- :timezone: E
429
+ :timezones:
430
+ - US/Eastern
319
431
  :location: MA
320
432
  352:
321
433
  :country: US
322
- :timezone: E
434
+ :timezones:
435
+ - US/Eastern
323
436
  :location: FL
324
437
  360:
325
438
  :country: US
326
- :timezone: P
439
+ :timezones:
440
+ - US/Pacific
327
441
  :location: WA
328
442
  361:
329
443
  :country: US
330
- :timezone: C
444
+ :timezones:
445
+ - US/Central
331
446
  :location: TX
447
+ 364:
448
+ :country: US
449
+ :timezones:
450
+ - US/Eastern
451
+ - US/Central
452
+ :location: KY
453
+ 365:
454
+ :country: CANADA
455
+ :timezones:
456
+ - Canada/Eastern
457
+ :location: ONTARIO
332
458
  385:
333
459
  :country: US
334
- :timezone: M
460
+ :timezones:
461
+ - US/Mountain
335
462
  :location: UT
336
463
  386:
337
464
  :country: US
338
- :timezone: E
465
+ :timezones:
466
+ - US/Eastern
339
467
  :location: FL
340
468
  401:
341
469
  :country: US
342
- :timezone: E
470
+ :timezones:
471
+ - US/Eastern
343
472
  :location: RI
344
473
  402:
345
474
  :country: US
346
- :timezone: C
475
+ :timezones:
476
+ - US/Central
347
477
  :location: NE
348
478
  403:
349
479
  :country: CANADA
350
- :timezone: M
351
- :location: Alberta
480
+ :timezones:
481
+ - Canada/Mountain
482
+ :location: ALBERTA
352
483
  404:
353
484
  :country: US
354
- :timezone: E
485
+ :timezones:
486
+ - US/Eastern
355
487
  :location: GA
356
488
  405:
357
489
  :country: US
358
- :timezone: C
490
+ :timezones:
491
+ - US/Central
359
492
  :location: OK
360
493
  406:
361
494
  :country: US
362
- :timezone: M
495
+ :timezones:
496
+ - US/Mountain
363
497
  :location: MT
364
498
  407:
365
499
  :country: US
366
- :timezone: E
500
+ :timezones:
501
+ - US/Eastern
367
502
  :location: FL
368
503
  408:
369
504
  :country: US
370
- :timezone: P
505
+ :timezones:
506
+ - US/Pacific
371
507
  :location: CA
372
508
  409:
373
509
  :country: US
374
- :timezone: C
510
+ :timezones:
511
+ - US/Central
375
512
  :location: TX
376
513
  410:
377
514
  :country: US
378
- :timezone: E
515
+ :timezones:
516
+ - US/Eastern
379
517
  :location: MD
380
518
  412:
381
519
  :country: US
382
- :timezone: E
520
+ :timezones:
521
+ - US/Eastern
383
522
  :location: PA
384
523
  413:
385
524
  :country: US
386
- :timezone: E
525
+ :timezones:
526
+ - US/Eastern
387
527
  :location: MA
388
528
  414:
389
529
  :country: US
390
- :timezone: C
530
+ :timezones:
531
+ - US/Central
391
532
  :location: WI
392
533
  415:
393
534
  :country: US
394
- :timezone: P
535
+ :timezones:
536
+ - US/Pacific
395
537
  :location: CA
396
538
  416:
397
539
  :country: CANADA
398
- :timezone: E
399
- :location: Ontario
540
+ :timezones:
541
+ - Canada/Eastern
542
+ :location: ONTARIO
400
543
  417:
401
544
  :country: US
402
- :timezone: C
545
+ :timezones:
546
+ - US/Central
403
547
  :location: MO
404
548
  418:
405
549
  :country: CANADA
406
- :timezone: E
407
- :location: Quebec
550
+ :timezones:
551
+ - Canada/Eastern
552
+ :location: QUEBEC
408
553
  419:
409
554
  :country: US
410
- :timezone: E
555
+ :timezones:
556
+ - US/Eastern
411
557
  :location: OH
412
558
  423:
413
559
  :country: US
414
- :timezone: EC
560
+ :timezones:
561
+ - US/Eastern
562
+ - US/Central
415
563
  :location: TN
416
564
  424:
417
565
  :country: US
418
- :timezone: P
566
+ :timezones:
567
+ - US/Pacific
419
568
  :location: CA
420
569
  425:
421
570
  :country: US
422
- :timezone: P
571
+ :timezones:
572
+ - US/Pacific
423
573
  :location: WA
424
574
  430:
425
575
  :country: US
426
- :timezone: C
576
+ :timezones:
577
+ - US/Central
427
578
  :location: TX
428
579
  431:
429
580
  :country: CANADA
430
- :location: Manitoba
581
+ :timezones:
582
+ - Canada/Central
583
+ :location: MANITOBA
431
584
  432:
432
585
  :country: US
433
- :timezone: C
586
+ :timezones:
587
+ - US/Central
434
588
  :location: TX
435
589
  434:
436
590
  :country: US
437
- :timezone: E
591
+ :timezones:
592
+ - US/Eastern
438
593
  :location: VA
439
594
  435:
440
595
  :country: US
441
- :timezone: M
596
+ :timezones:
597
+ - US/Mountain
442
598
  :location: UT
599
+ 437:
600
+ :country: CANADA
601
+ :timezones:
602
+ - Canada/Eastern
603
+ :location: ONTARIO
443
604
  438:
444
605
  :country: CANADA
445
- :timezone: E
446
- :location: Quebec
606
+ :timezones:
607
+ - Canada/Eastern
608
+ :location: QUEBEC
447
609
  440:
448
610
  :country: US
449
- :timezone: E
611
+ :timezones:
612
+ - US/Eastern
450
613
  :location: OH
451
614
  441:
452
615
  :country: BERMUDA
453
- :timezone: A
616
+ :timezones:
617
+ - Atlantic/Bermuda
618
+ :location: US
454
619
  442:
455
620
  :country: US
456
- :timezone: P
621
+ :timezones:
622
+ - US/Pacific
457
623
  :location: CA
458
624
  443:
459
625
  :country: US
460
- :timezone: E
626
+ :timezones:
627
+ - US/Eastern
461
628
  :location: MD
462
629
  450:
463
630
  :country: CANADA
464
- :timezone: E
465
- :location: Quebec
466
- 456: {}
631
+ :timezones:
632
+ - Canada/Eastern
633
+ :location: QUEBEC
634
+ 456:
635
+ :country:
636
+ :location: US
467
637
  458:
468
638
  :country: US
469
- :timezone: MP
639
+ :timezones:
640
+ - US/Mountain
641
+ - US/Pacific
470
642
  :location: OR
471
643
  469:
472
644
  :country: US
473
- :timezone: C
645
+ :timezones:
646
+ - US/Central
474
647
  :location: TX
475
648
  470:
476
649
  :country: US
477
- :timezone: E
650
+ :timezones:
651
+ - US/Eastern
478
652
  :location: GA
479
653
  473:
480
654
  :country: GRENADA
481
- :timezone: A
655
+ :timezones:
656
+ - America/Grenada
657
+ :location: US
482
658
  475:
483
659
  :country: US
484
- :timezone: E
660
+ :timezones:
661
+ - US/Eastern
485
662
  :location: CT
486
663
  478:
487
664
  :country: US
488
- :timezone: E
665
+ :timezones:
666
+ - US/Eastern
489
667
  :location: GA
490
668
  479:
491
669
  :country: US
492
- :timezone: C
670
+ :timezones:
671
+ - US/Central
493
672
  :location: AR
494
673
  480:
495
674
  :country: US
496
- :timezone: M
675
+ :timezones:
676
+ - US/Mountain
497
677
  :location: AZ
498
678
  484:
499
679
  :country: US
500
- :timezone: E
680
+ :timezones:
681
+ - US/Eastern
501
682
  :location: PA
502
- 500: {}
683
+ 500:
684
+ :country:
685
+ :location: US
503
686
  501:
504
687
  :country: US
505
- :timezone: C
688
+ :timezones:
689
+ - US/Central
506
690
  :location: AR
507
691
  502:
508
692
  :country: US
509
- :timezone: E
693
+ :timezones:
694
+ - US/Eastern
510
695
  :location: KY
511
696
  503:
512
697
  :country: US
513
- :timezone: P
698
+ :timezones:
699
+ - US/Pacific
514
700
  :location: OR
515
701
  504:
516
702
  :country: US
517
- :timezone: C
703
+ :timezones:
704
+ - US/Central
518
705
  :location: LA
519
706
  505:
520
707
  :country: US
521
- :timezone: M
708
+ :timezones:
709
+ - US/Mountain
522
710
  :location: NM
523
711
  506:
524
712
  :country: CANADA
525
- :timezone: A
526
- :location: New Brunswick
713
+ :timezones:
714
+ - Canada/Atlantic
715
+ :location: NEW BRUNSWICK
527
716
  507:
528
717
  :country: US
529
- :timezone: C
718
+ :timezones:
719
+ - US/Central
530
720
  :location: MN
531
721
  508:
532
722
  :country: US
533
- :timezone: E
723
+ :timezones:
724
+ - US/Eastern
534
725
  :location: MA
535
726
  509:
536
727
  :country: US
537
- :timezone: P
728
+ :timezones:
729
+ - US/Pacific
538
730
  :location: WA
539
731
  510:
540
732
  :country: US
541
- :timezone: P
733
+ :timezones:
734
+ - US/Pacific
542
735
  :location: CA
543
736
  512:
544
737
  :country: US
545
- :timezone: C
738
+ :timezones:
739
+ - US/Central
546
740
  :location: TX
547
741
  513:
548
742
  :country: US
549
- :timezone: E
743
+ :timezones:
744
+ - US/Eastern
550
745
  :location: OH
551
746
  514:
552
747
  :country: CANADA
553
- :timezone: E
554
- :location: Quebec
748
+ :timezones:
749
+ - Canada/Eastern
750
+ :location: QUEBEC
555
751
  515:
556
752
  :country: US
557
- :timezone: C
753
+ :timezones:
754
+ - US/Central
558
755
  :location: IA
559
756
  516:
560
757
  :country: US
561
- :timezone: E
758
+ :timezones:
759
+ - US/Eastern
562
760
  :location: NY
563
761
  517:
564
762
  :country: US
565
- :timezone: E
763
+ :timezones:
764
+ - US/Eastern
566
765
  :location: MI
567
766
  518:
568
767
  :country: US
569
- :timezone: E
768
+ :timezones:
769
+ - US/Eastern
570
770
  :location: NY
571
771
  519:
572
772
  :country: CANADA
573
- :timezone: E
574
- :location: Ontario
773
+ :timezones:
774
+ - Canada/Eastern
775
+ :location: ONTARIO
575
776
  520:
576
777
  :country: US
577
- :timezone: M
778
+ :timezones:
779
+ - US/Mountain
578
780
  :location: AZ
579
781
  530:
580
782
  :country: US
581
- :timezone: P
783
+ :timezones:
784
+ - US/Pacific
582
785
  :location: CA
583
- 533: {}
786
+ 531:
787
+ :country: US
788
+ :timezones:
789
+ - US/Central
790
+ :location: NE
791
+ 533:
792
+ :country:
793
+ :location: US
584
794
  534:
585
795
  :country: US
586
- :timezone: C
796
+ :timezones:
797
+ - US/Central
587
798
  :location: WI
588
799
  539:
589
800
  :country: US
590
- :timezone: C
801
+ :timezones:
802
+ - US/Central
591
803
  :location: OK
592
804
  540:
593
805
  :country: US
594
- :timezone: E
806
+ :timezones:
807
+ - US/Eastern
595
808
  :location: VA
596
809
  541:
597
810
  :country: US
598
- :timezone: MP
811
+ :timezones:
812
+ - US/Mountain
813
+ - US/Pacific
599
814
  :location: OR
600
- 544: {}
815
+ 544:
816
+ :country:
817
+ :location: US
601
818
  551:
602
819
  :country: US
603
- :timezone: E
820
+ :timezones:
821
+ - US/Eastern
604
822
  :location: NJ
605
823
  559:
606
824
  :country: US
607
- :timezone: P
825
+ :timezones:
826
+ - US/Pacific
608
827
  :location: CA
609
828
  561:
610
829
  :country: US
611
- :timezone: E
830
+ :timezones:
831
+ - US/Eastern
612
832
  :location: FL
613
833
  562:
614
834
  :country: US
615
- :timezone: P
835
+ :timezones:
836
+ - US/Pacific
616
837
  :location: CA
617
838
  563:
618
839
  :country: US
619
- :timezone: C
840
+ :timezones:
841
+ - US/Central
620
842
  :location: IA
621
- 566: {}
843
+ 566:
844
+ :country:
845
+ :location: US
622
846
  567:
623
847
  :country: US
624
- :timezone: E
848
+ :timezones:
849
+ - US/Eastern
625
850
  :location: OH
626
851
  570:
627
852
  :country: US
628
- :timezone: E
853
+ :timezones:
854
+ - US/Eastern
629
855
  :location: PA
630
856
  571:
631
857
  :country: US
632
- :timezone: E
858
+ :timezones:
859
+ - US/Eastern
633
860
  :location: VA
634
861
  573:
635
862
  :country: US
636
- :timezone: C
863
+ :timezones:
864
+ - US/Central
637
865
  :location: MO
638
866
  574:
639
867
  :country: US
640
- :timezone: EC
868
+ :timezones:
869
+ - US/Eastern
870
+ - US/Central
641
871
  :location: IN
642
872
  575:
643
873
  :country: US
644
- :timezone: M
874
+ :timezones:
875
+ - US/Mountain
645
876
  :location: NM
877
+ 577:
878
+ :country:
879
+ :location: US
646
880
  579:
647
881
  :country: CANADA
648
- :timezone: E
649
- :location: Quebec
882
+ :timezones:
883
+ - Canada/Eastern
884
+ :location: QUEBEC
650
885
  580:
651
886
  :country: US
652
- :timezone: C
887
+ :timezones:
888
+ - US/Central
653
889
  :location: OK
654
890
  581:
655
891
  :country: CANADA
656
- :location: Quebec
892
+ :timezones:
893
+ - Canada/Eastern
894
+ :location: QUEBEC
657
895
  585:
658
896
  :country: US
659
- :timezone: E
897
+ :timezones:
898
+ - US/Eastern
660
899
  :location: NY
661
900
  586:
662
901
  :country: US
663
- :timezone: E
902
+ :timezones:
903
+ - US/Eastern
664
904
  :location: MI
665
905
  587:
666
906
  :country: CANADA
667
- :timezone: M
668
- :location: Alberta
907
+ :timezones:
908
+ - Canada/Mountain
909
+ :location: ALBERTA
910
+ 588:
911
+ :country:
912
+ :location: US
669
913
  600:
670
914
  :country: CANADA
915
+ :timezones:
916
+ - Canada/Eastern
917
+ :location: US
671
918
  601:
672
919
  :country: US
673
- :timezone: C
920
+ :timezones:
921
+ - US/Central
674
922
  :location: MS
675
923
  602:
676
924
  :country: US
677
- :timezone: M
925
+ :timezones:
926
+ - US/Mountain
678
927
  :location: AZ
679
928
  603:
680
929
  :country: US
681
- :timezone: E
930
+ :timezones:
931
+ - US/Eastern
682
932
  :location: NH
683
933
  604:
684
934
  :country: CANADA
685
- :timezone: P
686
- :location: British Columbia
935
+ :timezones:
936
+ - Canada/Pacific
937
+ :location: BRITISH COLUMBIA
687
938
  605:
688
939
  :country: US
689
- :timezone: CM
940
+ :timezones:
941
+ - US/Central
942
+ - US/Mountain
690
943
  :location: SD
691
944
  606:
692
945
  :country: US
693
- :timezone: EC
946
+ :timezones:
947
+ - US/Eastern
948
+ - US/Central
694
949
  :location: KY
695
950
  607:
696
951
  :country: US
697
- :timezone: E
952
+ :timezones:
953
+ - US/Eastern
698
954
  :location: NY
699
955
  608:
700
956
  :country: US
701
- :timezone: C
957
+ :timezones:
958
+ - US/Central
702
959
  :location: WI
703
960
  609:
704
961
  :country: US
705
- :timezone: E
962
+ :timezones:
963
+ - US/Eastern
706
964
  :location: NJ
707
965
  610:
708
966
  :country: US
709
- :timezone: E
967
+ :timezones:
968
+ - US/Eastern
710
969
  :location: PA
711
970
  612:
712
971
  :country: US
713
- :timezone: C
972
+ :timezones:
973
+ - US/Central
714
974
  :location: MN
715
975
  613:
716
976
  :country: CANADA
717
- :timezone: E
718
- :location: Ontario
977
+ :timezones:
978
+ - Canada/Eastern
979
+ :location: ONTARIO
719
980
  614:
720
981
  :country: US
721
- :timezone: E
982
+ :timezones:
983
+ - US/Eastern
722
984
  :location: OH
723
985
  615:
724
986
  :country: US
725
- :timezone: C
987
+ :timezones:
988
+ - US/Central
726
989
  :location: TN
727
990
  616:
728
991
  :country: US
729
- :timezone: E
992
+ :timezones:
993
+ - US/Eastern
730
994
  :location: MI
731
995
  617:
732
996
  :country: US
733
- :timezone: E
997
+ :timezones:
998
+ - US/Eastern
734
999
  :location: MA
735
1000
  618:
736
1001
  :country: US
737
- :timezone: C
1002
+ :timezones:
1003
+ - US/Central
738
1004
  :location: IL
739
1005
  619:
740
1006
  :country: US
741
- :timezone: P
1007
+ :timezones:
1008
+ - US/Pacific
742
1009
  :location: CA
743
1010
  620:
744
1011
  :country: US
745
- :timezone: CM
1012
+ :timezones:
1013
+ - US/Central
1014
+ - US/Mountain
746
1015
  :location: KS
1016
+ 622:
1017
+ :country: CANADA
1018
+ :timezones:
1019
+ - Canada/Eastern
1020
+ :location: US
747
1021
  623:
748
1022
  :country: US
749
- :timezone: M
1023
+ :timezones:
1024
+ - US/Mountain
750
1025
  :location: AZ
751
1026
  626:
752
1027
  :country: US
753
- :timezone: P
1028
+ :timezones:
1029
+ - US/Pacific
1030
+ :location: CA
1031
+ 628:
1032
+ :country: US
1033
+ :timezones:
1034
+ - US/Pacific
754
1035
  :location: CA
1036
+ 629:
1037
+ :country: US
1038
+ :timezones:
1039
+ - US/Central
1040
+ :location: TN
755
1041
  630:
756
1042
  :country: US
757
- :timezone: C
1043
+ :timezones:
1044
+ - US/Central
758
1045
  :location: IL
759
1046
  631:
760
1047
  :country: US
761
- :timezone: E
1048
+ :timezones:
1049
+ - US/Eastern
762
1050
  :location: NY
763
1051
  636:
764
1052
  :country: US
765
- :timezone: C
1053
+ :timezones:
1054
+ - US/Central
766
1055
  :location: MO
1056
+ 639:
1057
+ :country: CANADA
1058
+ :timezones:
1059
+ - Canada/Central
1060
+ :location: SASKATCHEWAN
767
1061
  641:
768
1062
  :country: US
769
- :timezone: C
1063
+ :timezones:
1064
+ - US/Central
770
1065
  :location: IA
771
1066
  646:
772
1067
  :country: US
773
- :timezone: E
1068
+ :timezones:
1069
+ - US/Eastern
774
1070
  :location: NY
775
1071
  647:
776
1072
  :country: CANADA
777
- :timezone: E
778
- :location: Ontario
1073
+ :timezones:
1074
+ - Canada/Eastern
1075
+ :location: ONTARIO
779
1076
  649:
780
1077
  :country: TURKS & CAICOS ISLANDS
781
- :timezone: E
1078
+ :timezones:
1079
+ - America/Virgin
1080
+ :location: US
782
1081
  650:
783
1082
  :country: US
784
- :timezone: P
1083
+ :timezones:
1084
+ - US/Pacific
785
1085
  :location: CA
786
1086
  651:
787
1087
  :country: US
788
- :timezone: C
1088
+ :timezones:
1089
+ - US/Central
789
1090
  :location: MN
790
1091
  657:
791
1092
  :country: US
792
- :timezone: P
1093
+ :timezones:
1094
+ - US/Pacific
793
1095
  :location: CA
794
1096
  660:
795
1097
  :country: US
796
- :timezone: C
1098
+ :timezones:
1099
+ - US/Central
797
1100
  :location: MO
798
1101
  661:
799
1102
  :country: US
800
- :timezone: P
1103
+ :timezones:
1104
+ - US/Pacific
801
1105
  :location: CA
802
1106
  662:
803
1107
  :country: US
804
- :timezone: C
1108
+ :timezones:
1109
+ - US/Central
805
1110
  :location: MS
806
1111
  664:
807
1112
  :country: MONTSERRAT
808
- :timezone: A
1113
+ :timezones:
1114
+ - America/Montserrat
1115
+ :location: US
809
1116
  667:
810
1117
  :country: US
811
- :timezone: E
1118
+ :timezones:
1119
+ - US/Eastern
812
1120
  :location: MD
813
1121
  669:
814
1122
  :country: US
815
- :timezone: P
1123
+ :timezones:
1124
+ - US/Pacific
816
1125
  :location: CA
817
1126
  670:
818
1127
  :country: US
819
- :timezone: (UTC+10)
1128
+ :timezones:
1129
+ - Pacific/Guam
820
1130
  :location: CNMI
821
1131
  671:
822
1132
  :country: US
823
- :timezone: (UTC+10)
1133
+ :timezones:
1134
+ - Pacific/Guam
824
1135
  :location: GU
825
1136
  678:
826
1137
  :country: US
827
- :timezone: E
1138
+ :timezones:
1139
+ - US/Eastern
828
1140
  :location: GA
829
1141
  681:
830
1142
  :country: US
831
- :timezone: E
1143
+ :timezones:
1144
+ - US/Eastern
832
1145
  :location: WV
833
1146
  682:
834
1147
  :country: US
835
- :timezone: C
1148
+ :timezones:
1149
+ - US/Central
836
1150
  :location: TX
837
1151
  684:
838
1152
  :country: US
839
1153
  :location: AS
840
- 700: {}
1154
+ 700:
1155
+ :country:
1156
+ :location: US
841
1157
  701:
842
1158
  :country: US
843
- :timezone: CM
1159
+ :timezones:
1160
+ - US/Central
1161
+ - US/Mountain
844
1162
  :location: ND
845
1163
  702:
846
1164
  :country: US
847
- :timezone: P
1165
+ :timezones:
1166
+ - US/Pacific
848
1167
  :location: NV
849
1168
  703:
850
1169
  :country: US
851
- :timezone: E
1170
+ :timezones:
1171
+ - US/Eastern
852
1172
  :location: VA
853
1173
  704:
854
1174
  :country: US
855
- :timezone: E
1175
+ :timezones:
1176
+ - US/Eastern
856
1177
  :location: NC
857
1178
  705:
858
1179
  :country: CANADA
859
- :timezone: E
860
- :location: Ontario
1180
+ :timezones:
1181
+ - Canada/Eastern
1182
+ :location: ONTARIO
861
1183
  706:
862
1184
  :country: US
863
- :timezone: E
1185
+ :timezones:
1186
+ - US/Eastern
864
1187
  :location: GA
865
1188
  707:
866
1189
  :country: US
867
- :timezone: P
1190
+ :timezones:
1191
+ - US/Pacific
868
1192
  :location: CA
869
1193
  708:
870
1194
  :country: US
871
- :timezone: C
1195
+ :timezones:
1196
+ - US/Central
872
1197
  :location: IL
873
1198
  709:
874
1199
  :country: CANADA
875
- :timezone: NA
876
- :location: Newfoundland
1200
+ :timezones:
1201
+ - Canada/Newfoundland
1202
+ - Canada/Atlantic
1203
+ :location: NEWFOUNDLAND
877
1204
  710:
878
1205
  :country: US
1206
+ :timezones:
1207
+ - US/Eastern
879
1208
  712:
880
1209
  :country: US
881
- :timezone: C
1210
+ :timezones:
1211
+ - US/Central
882
1212
  :location: IA
883
1213
  713:
884
1214
  :country: US
885
- :timezone: C
1215
+ :timezones:
1216
+ - US/Central
886
1217
  :location: TX
887
1218
  714:
888
1219
  :country: US
889
- :timezone: P
1220
+ :timezones:
1221
+ - US/Pacific
890
1222
  :location: CA
891
1223
  715:
892
1224
  :country: US
893
- :timezone: C
1225
+ :timezones:
1226
+ - US/Central
894
1227
  :location: WI
895
1228
  716:
896
1229
  :country: US
897
- :timezone: E
1230
+ :timezones:
1231
+ - US/Eastern
898
1232
  :location: NY
899
1233
  717:
900
1234
  :country: US
901
- :timezone: E
1235
+ :timezones:
1236
+ - US/Eastern
902
1237
  :location: PA
903
1238
  718:
904
1239
  :country: US
905
- :timezone: E
1240
+ :timezones:
1241
+ - US/Eastern
906
1242
  :location: NY
907
1243
  719:
908
1244
  :country: US
909
- :timezone: M
1245
+ :timezones:
1246
+ - US/Mountain
910
1247
  :location: CO
911
1248
  720:
912
1249
  :country: US
913
- :timezone: M
1250
+ :timezones:
1251
+ - US/Mountain
914
1252
  :location: CO
915
1253
  721:
916
1254
  :country: SINT MAARTEN
917
- :timezone: A
1255
+ :timezones:
1256
+ - America/Virgin
1257
+ :location: US
918
1258
  724:
919
1259
  :country: US
920
- :timezone: E
1260
+ :timezones:
1261
+ - US/Eastern
921
1262
  :location: PA
1263
+ 725:
1264
+ :country: US
1265
+ :timezones:
1266
+ - US/Pacific
1267
+ :location: NV
922
1268
  727:
923
1269
  :country: US
924
- :timezone: E
1270
+ :timezones:
1271
+ - US/Eastern
925
1272
  :location: FL
926
1273
  731:
927
1274
  :country: US
928
- :timezone: C
1275
+ :timezones:
1276
+ - US/Central
929
1277
  :location: TN
930
1278
  732:
931
1279
  :country: US
932
- :timezone: E
1280
+ :timezones:
1281
+ - US/Eastern
933
1282
  :location: NJ
934
1283
  734:
935
1284
  :country: US
936
- :timezone: E
1285
+ :timezones:
1286
+ - US/Eastern
937
1287
  :location: MI
1288
+ 737:
1289
+ :country: US
1290
+ :timezones:
1291
+ - US/Central
1292
+ :location: TX
938
1293
  740:
939
1294
  :country: US
940
- :timezone: E
1295
+ :timezones:
1296
+ - US/Eastern
941
1297
  :location: OH
942
1298
  747:
943
1299
  :country: US
944
- :timezone: P
1300
+ :timezones:
1301
+ - US/Pacific
945
1302
  :location: CA
946
1303
  754:
947
1304
  :country: US
948
- :timezone: E
1305
+ :timezones:
1306
+ - US/Eastern
949
1307
  :location: FL
950
1308
  757:
951
1309
  :country: US
952
- :timezone: E
1310
+ :timezones:
1311
+ - US/Eastern
953
1312
  :location: VA
954
1313
  758:
955
1314
  :country: ST. LUCIA
956
- :timezone: A
1315
+ :timezones:
1316
+ - America/St_Lucia
1317
+ :location: US
957
1318
  760:
958
1319
  :country: US
959
- :timezone: P
1320
+ :timezones:
1321
+ - US/Pacific
960
1322
  :location: CA
961
1323
  762:
962
1324
  :country: US
963
- :timezone: E
1325
+ :timezones:
1326
+ - US/Eastern
964
1327
  :location: GA
965
1328
  763:
966
1329
  :country: US
967
- :timezone: C
1330
+ :timezones:
1331
+ - US/Central
968
1332
  :location: MN
969
1333
  765:
970
1334
  :country: US
971
- :timezone: E
1335
+ :timezones:
1336
+ - US/Eastern
972
1337
  :location: IN
973
1338
  767:
974
1339
  :country: DOMINICA
975
- :timezone: A
1340
+ :timezones:
1341
+ - America/Dominica
1342
+ :location: US
976
1343
  769:
977
1344
  :country: US
978
- :timezone: C
1345
+ :timezones:
1346
+ - US/Central
979
1347
  :location: MS
980
1348
  770:
981
1349
  :country: US
982
- :timezone: E
1350
+ :timezones:
1351
+ - US/Eastern
983
1352
  :location: GA
984
1353
  772:
985
1354
  :country: US
986
- :timezone: E
1355
+ :timezones:
1356
+ - US/Eastern
987
1357
  :location: FL
988
1358
  773:
989
1359
  :country: US
990
- :timezone: C
1360
+ :timezones:
1361
+ - US/Central
991
1362
  :location: IL
992
1363
  774:
993
1364
  :country: US
994
- :timezone: E
1365
+ :timezones:
1366
+ - US/Eastern
995
1367
  :location: MA
996
1368
  775:
997
1369
  :country: US
998
- :timezone: P
1370
+ :timezones:
1371
+ - US/Pacific
999
1372
  :location: NV
1000
1373
  778:
1001
1374
  :country: CANADA
1002
- :timezone: P
1003
- :location: British Columbia
1375
+ :timezones:
1376
+ - Canada/Pacific
1377
+ :location: BRITISH COLUMBIA
1004
1378
  779:
1005
1379
  :country: US
1006
- :timezone: C
1380
+ :timezones:
1381
+ - US/Central
1007
1382
  :location: IL
1008
1383
  780:
1009
1384
  :country: CANADA
1010
- :timezone: M
1011
- :location: Alberta
1385
+ :timezones:
1386
+ - Canada/Mountain
1387
+ :location: ALBERTA
1012
1388
  781:
1013
1389
  :country: US
1014
- :timezone: E
1390
+ :timezones:
1391
+ - US/Eastern
1015
1392
  :location: MA
1393
+ 782:
1394
+ :country: CANADA
1395
+ :timezones:
1396
+ - Canada/Atlantic
1397
+ :location: NOVA SCOTIA - PRINCE EDWARD ISLAND
1016
1398
  784:
1017
1399
  :country: ST. VINCENT & GRENADINES
1018
- :timezone: A
1400
+ :timezones:
1401
+ - America/Virgin
1402
+ :location: US
1019
1403
  785:
1020
1404
  :country: US
1021
- :timezone: CM
1405
+ :timezones:
1406
+ - US/Central
1407
+ - US/Mountain
1022
1408
  :location: KS
1023
1409
  786:
1024
1410
  :country: US
1025
- :timezone: E
1411
+ :timezones:
1412
+ - US/Eastern
1026
1413
  :location: FL
1027
1414
  787:
1028
1415
  :country: US
1029
- :timezone: A
1030
- :location: Puerto Rico
1031
- 800: {}
1416
+ :timezones:
1417
+ - America/Puerto_Rico
1418
+ :location: PUERTO RICO
1419
+ 800:
1420
+ :country:
1421
+ :location: US
1032
1422
  801:
1033
1423
  :country: US
1034
- :timezone: M
1424
+ :timezones:
1425
+ - US/Mountain
1035
1426
  :location: UT
1036
1427
  802:
1037
1428
  :country: US
1038
- :timezone: E
1429
+ :timezones:
1430
+ - US/Eastern
1039
1431
  :location: VT
1040
1432
  803:
1041
1433
  :country: US
1042
- :timezone: E
1434
+ :timezones:
1435
+ - US/Eastern
1043
1436
  :location: SC
1044
1437
  804:
1045
1438
  :country: US
1046
- :timezone: E
1439
+ :timezones:
1440
+ - US/Eastern
1047
1441
  :location: VA
1048
1442
  805:
1049
1443
  :country: US
1050
- :timezone: P
1444
+ :timezones:
1445
+ - US/Pacific
1051
1446
  :location: CA
1052
1447
  806:
1053
1448
  :country: US
1054
- :timezone: C
1449
+ :timezones:
1450
+ - US/Central
1055
1451
  :location: TX
1056
1452
  807:
1057
1453
  :country: CANADA
1058
- :timezone: EC
1059
- :location: Ontario
1454
+ :timezones:
1455
+ - Canada/Eastern
1456
+ - Canada/Central
1457
+ :location: ONTARIO
1060
1458
  808:
1061
1459
  :country: US
1062
- :timezone: (UTC-10)
1460
+ :timezones:
1461
+ - US/Hawaii
1063
1462
  :location: HI
1064
1463
  809:
1065
- :country: Dominican Republic
1066
- :timezone: E
1464
+ :country: DOMINICAN REPUBLIC
1465
+ :timezones:
1466
+ - America/Virgin
1467
+ :location: US
1067
1468
  810:
1068
1469
  :country: US
1069
- :timezone: E
1470
+ :timezones:
1471
+ - US/Eastern
1070
1472
  :location: MI
1071
1473
  812:
1072
1474
  :country: US
1073
- :timezone: EC
1475
+ :timezones:
1476
+ - US/Eastern
1477
+ - US/Central
1074
1478
  :location: IN
1075
1479
  813:
1076
1480
  :country: US
1077
- :timezone: E
1481
+ :timezones:
1482
+ - US/Eastern
1078
1483
  :location: FL
1079
1484
  814:
1080
1485
  :country: US
1081
- :timezone: E
1486
+ :timezones:
1487
+ - US/Eastern
1082
1488
  :location: PA
1083
1489
  815:
1084
1490
  :country: US
1085
- :timezone: C
1491
+ :timezones:
1492
+ - US/Central
1086
1493
  :location: IL
1087
1494
  816:
1088
1495
  :country: US
1089
- :timezone: C
1496
+ :timezones:
1497
+ - US/Central
1090
1498
  :location: MO
1091
1499
  817:
1092
1500
  :country: US
1093
- :timezone: C
1501
+ :timezones:
1502
+ - US/Central
1094
1503
  :location: TX
1095
1504
  818:
1096
1505
  :country: US
1097
- :timezone: P
1506
+ :timezones:
1507
+ - US/Pacific
1098
1508
  :location: CA
1099
1509
  819:
1100
1510
  :country: CANADA
1101
- :timezone: E
1102
- :location: Quebec
1511
+ :timezones:
1512
+ - Canada/Eastern
1513
+ :location: QUEBEC
1103
1514
  828:
1104
1515
  :country: US
1105
- :timezone: E
1516
+ :timezones:
1517
+ - US/Eastern
1106
1518
  :location: NC
1107
1519
  829:
1108
- :country: Dominican Republic
1109
- :timezone: E
1520
+ :country: DOMINICAN REPUBLIC
1521
+ :timezones:
1522
+ - America/Virgin
1523
+ :location: US
1110
1524
  830:
1111
1525
  :country: US
1112
- :timezone: C
1526
+ :timezones:
1527
+ - US/Central
1113
1528
  :location: TX
1114
1529
  831:
1115
1530
  :country: US
1116
- :timezone: P
1531
+ :timezones:
1532
+ - US/Pacific
1117
1533
  :location: CA
1118
1534
  832:
1119
1535
  :country: US
1120
- :timezone: C
1536
+ :timezones:
1537
+ - US/Central
1121
1538
  :location: TX
1122
1539
  843:
1123
1540
  :country: US
1124
- :timezone: E
1541
+ :timezones:
1542
+ - US/Eastern
1125
1543
  :location: SC
1544
+ 844:
1545
+ :country:
1546
+ :location: US
1126
1547
  845:
1127
1548
  :country: US
1128
- :timezone: E
1549
+ :timezones:
1550
+ - US/Eastern
1129
1551
  :location: NY
1130
1552
  847:
1131
1553
  :country: US
1132
- :timezone: C
1554
+ :timezones:
1555
+ - US/Central
1133
1556
  :location: IL
1134
1557
  848:
1135
1558
  :country: US
1136
- :timezone: E
1559
+ :timezones:
1560
+ - US/Eastern
1137
1561
  :location: NJ
1138
1562
  849:
1139
- :country: Dominican Republic
1140
- :timezone: E
1563
+ :country: DOMINICAN REPUBLIC
1564
+ :timezones:
1565
+ - America/Virgin
1566
+ :location: US
1141
1567
  850:
1142
1568
  :country: US
1143
- :timezone: EC
1569
+ :timezones:
1570
+ - US/Eastern
1571
+ - US/Central
1144
1572
  :location: FL
1145
- 855: {}
1573
+ 854:
1574
+ :country: US
1575
+ :timezones:
1576
+ - US/Eastern
1577
+ :location: SC
1578
+ 855:
1579
+ :country:
1580
+ :location: US
1146
1581
  856:
1147
1582
  :country: US
1148
- :timezone: E
1583
+ :timezones:
1584
+ - US/Eastern
1149
1585
  :location: NJ
1150
1586
  857:
1151
1587
  :country: US
1152
- :timezone: E
1588
+ :timezones:
1589
+ - US/Eastern
1153
1590
  :location: MA
1154
1591
  858:
1155
1592
  :country: US
1156
- :timezone: P
1593
+ :timezones:
1594
+ - US/Pacific
1157
1595
  :location: CA
1158
1596
  859:
1159
1597
  :country: US
1160
- :timezone: E
1598
+ :timezones:
1599
+ - US/Eastern
1161
1600
  :location: KY
1162
1601
  860:
1163
1602
  :country: US
1164
- :timezone: E
1603
+ :timezones:
1604
+ - US/Eastern
1165
1605
  :location: CT
1166
1606
  862:
1167
1607
  :country: US
1168
- :timezone: E
1608
+ :timezones:
1609
+ - US/Eastern
1169
1610
  :location: NJ
1170
1611
  863:
1171
1612
  :country: US
1172
- :timezone: E
1613
+ :timezones:
1614
+ - US/Eastern
1173
1615
  :location: FL
1174
1616
  864:
1175
1617
  :country: US
1176
- :timezone: E
1618
+ :timezones:
1619
+ - US/Eastern
1177
1620
  :location: SC
1178
1621
  865:
1179
1622
  :country: US
1180
- :timezone: E
1623
+ :timezones:
1624
+ - US/Eastern
1181
1625
  :location: TN
1182
- 866: {}
1626
+ 866:
1627
+ :country:
1628
+ :location: US
1183
1629
  867:
1184
1630
  :country: CANADA
1185
- :timezone: CMP
1186
- :location: Yukon, NW Terr., Nunavut
1631
+ :timezones:
1632
+ - Canada/Central
1633
+ - Canada/Mountain
1634
+ - Canada/Pacific
1635
+ :location: YUKON-NW TERR. - NUNAVUT
1187
1636
  868:
1188
1637
  :country: TRINIDAD AND TOBAGO
1189
- :timezone: A
1190
- :location: Trinidad & Tobago
1638
+ :timezones:
1639
+ - America/Virgin
1640
+ :location: TRINIDAD & TOBAGO
1191
1641
  869:
1192
1642
  :country: ST. KITTS AND NEVIS
1193
- :timezone: A
1194
- :location: St. Kitts & Nevis
1643
+ :timezones:
1644
+ - America/Virgin
1645
+ :location: ST. KITTS & NEVIS
1195
1646
  870:
1196
1647
  :country: US
1197
- :timezone: C
1648
+ :timezones:
1649
+ - US/Central
1198
1650
  :location: AR
1199
1651
  872:
1200
1652
  :country: US
1201
- :timezone: C
1653
+ :timezones:
1654
+ - US/Central
1202
1655
  :location: IL
1203
1656
  873:
1204
1657
  :country: CANADA
1205
- :timezone: E
1206
- :location: Quebec
1658
+ :timezones:
1659
+ - Canada/Eastern
1660
+ :location: QUEBEC
1207
1661
  876:
1208
1662
  :country: JAMAICA
1209
- :timezone: E
1210
- 877: {}
1663
+ :timezones:
1664
+ - America/Jamaica
1665
+ :location: US
1666
+ 877:
1667
+ :country:
1668
+ :location: US
1211
1669
  878:
1212
1670
  :country: US
1213
- :timezone: E
1671
+ :timezones:
1672
+ - US/Eastern
1214
1673
  :location: PA
1215
- 888: {}
1216
- 900: {}
1674
+ 888:
1675
+ :country:
1676
+ :location: US
1677
+ 900:
1678
+ :country:
1679
+ :location: US
1217
1680
  901:
1218
1681
  :country: US
1219
- :timezone: C
1682
+ :timezones:
1683
+ - US/Central
1220
1684
  :location: TN
1221
1685
  902:
1222
1686
  :country: CANADA
1223
- :timezone: A
1224
- :location: Nova Scotia, Prince Edward Island
1687
+ :timezones:
1688
+ - Canada/Atlantic
1689
+ :location: NOVA SCOTIA - PRINCE EDWARD ISLAND
1225
1690
  903:
1226
1691
  :country: US
1227
- :timezone: C
1692
+ :timezones:
1693
+ - US/Central
1228
1694
  :location: TX
1229
1695
  904:
1230
1696
  :country: US
1231
- :timezone: E
1697
+ :timezones:
1698
+ - US/Eastern
1232
1699
  :location: FL
1233
1700
  905:
1234
1701
  :country: CANADA
1235
- :timezone: E
1236
- :location: Ontario
1702
+ :timezones:
1703
+ - Canada/Eastern
1704
+ :location: ONTARIO
1237
1705
  906:
1238
1706
  :country: US
1239
- :timezone: EC
1707
+ :timezones:
1708
+ - US/Eastern
1709
+ - US/Central
1240
1710
  :location: MI
1241
1711
  907:
1242
1712
  :country: US
1243
- :timezone: (UTC-9)
1713
+ :timezones:
1714
+ - US/Alaska
1244
1715
  :location: AK
1245
1716
  908:
1246
1717
  :country: US
1247
- :timezone: E
1718
+ :timezones:
1719
+ - US/Eastern
1248
1720
  :location: NJ
1249
1721
  909:
1250
1722
  :country: US
1251
- :timezone: P
1723
+ :timezones:
1724
+ - US/Pacific
1252
1725
  :location: CA
1253
1726
  910:
1254
1727
  :country: US
1255
- :timezone: E
1728
+ :timezones:
1729
+ - US/Eastern
1256
1730
  :location: NC
1257
1731
  912:
1258
1732
  :country: US
1259
- :timezone: E
1733
+ :timezones:
1734
+ - US/Eastern
1260
1735
  :location: GA
1261
1736
  913:
1262
1737
  :country: US
1263
- :timezone: C
1738
+ :timezones:
1739
+ - US/Central
1264
1740
  :location: KS
1265
1741
  914:
1266
1742
  :country: US
1267
- :timezone: E
1743
+ :timezones:
1744
+ - US/Eastern
1268
1745
  :location: NY
1269
1746
  915:
1270
1747
  :country: US
1271
- :timezone: CM
1748
+ :timezones:
1749
+ - US/Central
1750
+ - US/Mountain
1272
1751
  :location: TX
1273
1752
  916:
1274
1753
  :country: US
1275
- :timezone: P
1754
+ :timezones:
1755
+ - US/Pacific
1276
1756
  :location: CA
1277
1757
  917:
1278
1758
  :country: US
1279
- :timezone: E
1759
+ :timezones:
1760
+ - US/Eastern
1280
1761
  :location: NY
1281
1762
  918:
1282
1763
  :country: US
1283
- :timezone: C
1764
+ :timezones:
1765
+ - US/Central
1284
1766
  :location: OK
1285
1767
  919:
1286
1768
  :country: US
1287
- :timezone: E
1769
+ :timezones:
1770
+ - US/Eastern
1288
1771
  :location: NC
1289
1772
  920:
1290
1773
  :country: US
1291
- :timezone: C
1774
+ :timezones:
1775
+ - US/Central
1292
1776
  :location: WI
1293
1777
  925:
1294
1778
  :country: US
1295
- :timezone: P
1779
+ :timezones:
1780
+ - US/Pacific
1296
1781
  :location: CA
1297
1782
  928:
1298
1783
  :country: US
1299
- :timezone: M
1784
+ :timezones:
1785
+ - US/Mountain
1300
1786
  :location: AZ
1301
1787
  929:
1302
1788
  :country: US
1303
- :timezone: E
1789
+ :timezones:
1790
+ - US/Eastern
1304
1791
  :location: NY
1792
+ 930:
1793
+ :country: US
1794
+ :timezones:
1795
+ - US/Eastern
1796
+ :location: IN
1305
1797
  931:
1306
1798
  :country: US
1307
- :timezone: EC
1799
+ :timezones:
1800
+ - US/Eastern
1801
+ - US/Central
1308
1802
  :location: TN
1309
1803
  936:
1310
1804
  :country: US
1311
- :timezone: C
1805
+ :timezones:
1806
+ - US/Central
1312
1807
  :location: TX
1313
1808
  937:
1314
1809
  :country: US
1315
- :timezone: E
1810
+ :timezones:
1811
+ - US/Eastern
1316
1812
  :location: OH
1317
1813
  938:
1318
1814
  :country: US
1319
- :timezone: C
1815
+ :timezones:
1816
+ - US/Central
1320
1817
  :location: AL
1321
1818
  939:
1322
1819
  :country: US
1323
- :timezone: A
1324
- :location: Puerto Rico
1820
+ :timezones:
1821
+ - America/Puerto_Rico
1822
+ :location: PUERTO RICO
1325
1823
  940:
1326
1824
  :country: US
1327
- :timezone: C
1825
+ :timezones:
1826
+ - US/Central
1328
1827
  :location: TX
1329
1828
  941:
1330
1829
  :country: US
1331
- :timezone: E
1830
+ :timezones:
1831
+ - US/Eastern
1332
1832
  :location: FL
1333
1833
  947:
1334
1834
  :country: US
1335
- :timezone: E
1835
+ :timezones:
1836
+ - US/Eastern
1336
1837
  :location: MI
1337
1838
  949:
1338
1839
  :country: US
1339
- :timezone: P
1840
+ :timezones:
1841
+ - US/Pacific
1340
1842
  :location: CA
1341
1843
  951:
1342
1844
  :country: US
1343
- :timezone: P
1845
+ :timezones:
1846
+ - US/Pacific
1344
1847
  :location: CA
1345
1848
  952:
1346
1849
  :country: US
1347
- :timezone: C
1850
+ :timezones:
1851
+ - US/Central
1348
1852
  :location: MN
1349
1853
  954:
1350
1854
  :country: US
1351
- :timezone: E
1855
+ :timezones:
1856
+ - US/Eastern
1352
1857
  :location: FL
1353
1858
  956:
1354
1859
  :country: US
1355
- :timezone: C
1860
+ :timezones:
1861
+ - US/Central
1356
1862
  :location: TX
1863
+ 959:
1864
+ :country: US
1865
+ :timezones:
1866
+ - US/Eastern
1867
+ :location: CT
1357
1868
  970:
1358
1869
  :country: US
1359
- :timezone: M
1870
+ :timezones:
1871
+ - US/Mountain
1360
1872
  :location: CO
1361
1873
  971:
1362
1874
  :country: US
1363
- :timezone: P
1875
+ :timezones:
1876
+ - US/Pacific
1364
1877
  :location: OR
1365
1878
  972:
1366
1879
  :country: US
1367
- :timezone: C
1880
+ :timezones:
1881
+ - US/Central
1368
1882
  :location: TX
1369
1883
  973:
1370
1884
  :country: US
1371
- :timezone: E
1885
+ :timezones:
1886
+ - US/Eastern
1372
1887
  :location: NJ
1373
1888
  978:
1374
1889
  :country: US
1375
- :timezone: E
1890
+ :timezones:
1891
+ - US/Eastern
1376
1892
  :location: MA
1377
1893
  979:
1378
1894
  :country: US
1379
- :timezone: C
1895
+ :timezones:
1896
+ - US/Central
1380
1897
  :location: TX
1381
1898
  980:
1382
1899
  :country: US
1383
- :timezone: E
1900
+ :timezones:
1901
+ - US/Eastern
1384
1902
  :location: NC
1385
1903
  984:
1386
1904
  :country: US
1387
- :timezone: E
1905
+ :timezones:
1906
+ - US/Eastern
1388
1907
  :location: NC
1389
1908
  985:
1390
1909
  :country: US
1391
- :timezone: C
1910
+ :timezones:
1911
+ - US/Central
1392
1912
  :location: LA
1393
1913
  989:
1394
1914
  :country: US
1395
- :timezone: E
1915
+ :timezones:
1916
+ - US/Eastern
1396
1917
  :location: MI