dialable 0.6.3 → 1.0.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.gitignore +2 -0
- data/.travis.yml +8 -13
- data/Gemfile +0 -2
- data/Gemfile.lock +77 -18
- data/Guardfile +57 -0
- data/README.md +55 -0
- data/Rakefile +13 -1
- data/certs/chorn.pem +55 -0
- data/data/dialable/nanpa.yaml +919 -398
- data/dialable.gemspec +29 -18
- data/lib/dialable.rb +52 -123
- data/lib/dialable/area_codes.rb +13 -0
- data/lib/dialable/parsers.rb +19 -0
- data/lib/dialable/patterns.rb +15 -0
- data/lib/dialable/service_codes.rb +17 -0
- data/lib/dialable/version.rb +1 -1
- data/spec/dialable_spec.rb +74 -35
- data/spec/spec_helper.rb +2 -4
- data/support/make_yaml_nanpa.rb +123 -23
- metadata +147 -31
- metadata.gz.sig +0 -0
- data/README.rdoc +0 -45
- data/TODO +0 -2
- data/data/nanpa.yaml +0 -1404
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b889576ea3dc578b3913a95876719f69247e8ce
|
4
|
+
data.tar.gz: 6253003f2badfdb5cc150388b824e2e8b3e83ad9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87438e1ec150c37010fa42b674ce3b44ed4f27422c8797753d89fdbe36eeafba2e0d7fdf8cca976e513faf9c53947bbc55ebb2ec43824c419d87b84ab017b86a
|
7
|
+
data.tar.gz: 63e9537e6646eaac2dc4e87b459e8af7ee65b42b5e2e964345d7723d1f0a40afe122cb8a5d8d55c7032414534b53be97e29cd65e7edf21287d3e37cdb42d06ee
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
ADDED
Binary file
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
@@ -1,15 +1,10 @@
|
|
1
1
|
language: ruby
|
2
|
-
|
2
|
+
cache: bundler
|
3
|
+
script: bundle exec rspec
|
3
4
|
rvm:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
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
data/Gemfile.lock
CHANGED
@@ -1,33 +1,92 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
dialable (0.
|
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
|
-
|
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
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
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
|
-
|
32
|
-
|
33
|
-
|
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
|
data/Guardfile
ADDED
@@ -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
|
data/README.md
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
# dialable
|
2
|
+
|
3
|
+
[](https://badge.fury.io/rb/dialable)
|
4
|
+
[](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
|
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
|
+
|
data/certs/chorn.pem
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
2
|
+
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
|
54
|
+
bHE=
|
55
|
+
-----END CERTIFICATE-----
|
data/data/dialable/nanpa.yaml
CHANGED
@@ -1,1396 +1,1917 @@
|
|
1
1
|
---
|
2
|
-
:created:
|
2
|
+
:created: 2015-12-06 18:13:18.620438000 -05:00
|
3
3
|
201:
|
4
4
|
:country: US
|
5
|
-
:
|
5
|
+
:timezones:
|
6
|
+
- US/Eastern
|
6
7
|
:location: NJ
|
7
8
|
202:
|
8
9
|
:country: US
|
9
|
-
:
|
10
|
+
:timezones:
|
11
|
+
- US/Eastern
|
10
12
|
:location: DC
|
11
13
|
203:
|
12
14
|
:country: US
|
13
|
-
:
|
15
|
+
:timezones:
|
16
|
+
- US/Eastern
|
14
17
|
:location: CT
|
15
18
|
204:
|
16
19
|
:country: CANADA
|
17
|
-
:
|
18
|
-
|
20
|
+
:timezones:
|
21
|
+
- Canada/Central
|
22
|
+
:location: MANITOBA
|
19
23
|
205:
|
20
24
|
:country: US
|
21
|
-
:
|
25
|
+
:timezones:
|
26
|
+
- US/Central
|
22
27
|
:location: AL
|
23
28
|
206:
|
24
29
|
:country: US
|
25
|
-
:
|
30
|
+
:timezones:
|
31
|
+
- US/Pacific
|
26
32
|
:location: WA
|
27
33
|
207:
|
28
34
|
:country: US
|
29
|
-
:
|
35
|
+
:timezones:
|
36
|
+
- US/Eastern
|
30
37
|
:location: ME
|
31
38
|
208:
|
32
39
|
:country: US
|
33
|
-
:
|
40
|
+
:timezones:
|
41
|
+
- US/Mountain
|
42
|
+
- US/Pacific
|
34
43
|
:location: ID
|
35
44
|
209:
|
36
45
|
:country: US
|
37
|
-
:
|
46
|
+
:timezones:
|
47
|
+
- US/Pacific
|
38
48
|
:location: CA
|
39
49
|
210:
|
40
50
|
:country: US
|
41
|
-
:
|
51
|
+
:timezones:
|
52
|
+
- US/Central
|
42
53
|
:location: TX
|
43
54
|
212:
|
44
55
|
:country: US
|
45
|
-
:
|
56
|
+
:timezones:
|
57
|
+
- US/Eastern
|
46
58
|
:location: NY
|
47
59
|
213:
|
48
60
|
:country: US
|
49
|
-
:
|
61
|
+
:timezones:
|
62
|
+
- US/Pacific
|
50
63
|
:location: CA
|
51
64
|
214:
|
52
65
|
:country: US
|
53
|
-
:
|
66
|
+
:timezones:
|
67
|
+
- US/Central
|
54
68
|
:location: TX
|
55
69
|
215:
|
56
70
|
:country: US
|
57
|
-
:
|
71
|
+
:timezones:
|
72
|
+
- US/Eastern
|
58
73
|
:location: PA
|
59
74
|
216:
|
60
75
|
:country: US
|
61
|
-
:
|
76
|
+
:timezones:
|
77
|
+
- US/Eastern
|
62
78
|
:location: OH
|
63
79
|
217:
|
64
80
|
:country: US
|
65
|
-
:
|
81
|
+
:timezones:
|
82
|
+
- US/Central
|
66
83
|
:location: IL
|
67
84
|
218:
|
68
85
|
:country: US
|
69
|
-
:
|
86
|
+
:timezones:
|
87
|
+
- US/Central
|
70
88
|
:location: MN
|
71
89
|
219:
|
72
90
|
:country: US
|
73
|
-
:
|
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
|
-
:
|
102
|
+
:timezones:
|
103
|
+
- US/Central
|
78
104
|
:location: IL
|
79
105
|
225:
|
80
106
|
:country: US
|
81
|
-
:
|
107
|
+
:timezones:
|
108
|
+
- US/Central
|
82
109
|
:location: LA
|
83
110
|
226:
|
84
111
|
:country: CANADA
|
85
|
-
:
|
86
|
-
|
112
|
+
:timezones:
|
113
|
+
- Canada/Eastern
|
114
|
+
:location: ONTARIO
|
87
115
|
228:
|
88
116
|
:country: US
|
89
|
-
:
|
117
|
+
:timezones:
|
118
|
+
- US/Central
|
90
119
|
:location: MS
|
91
120
|
229:
|
92
121
|
:country: US
|
93
|
-
:
|
122
|
+
:timezones:
|
123
|
+
- US/Eastern
|
94
124
|
:location: GA
|
95
125
|
231:
|
96
126
|
:country: US
|
97
|
-
:
|
127
|
+
:timezones:
|
128
|
+
- US/Eastern
|
98
129
|
:location: MI
|
99
130
|
234:
|
100
131
|
:country: US
|
101
|
-
:
|
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
|
-
:
|
142
|
+
:timezones:
|
143
|
+
- US/Eastern
|
106
144
|
:location: FL
|
107
145
|
240:
|
108
146
|
:country: US
|
109
|
-
:
|
147
|
+
:timezones:
|
148
|
+
- US/Eastern
|
110
149
|
:location: MD
|
111
150
|
242:
|
112
151
|
:country: BAHAMAS
|
113
|
-
:
|
152
|
+
:timezones:
|
153
|
+
- America/Virgin
|
154
|
+
:location: US
|
114
155
|
246:
|
115
156
|
:country: BARBADOS
|
116
|
-
:
|
157
|
+
:timezones:
|
158
|
+
- America/Barbados
|
159
|
+
:location: US
|
117
160
|
248:
|
118
161
|
:country: US
|
119
|
-
:
|
162
|
+
:timezones:
|
163
|
+
- US/Eastern
|
120
164
|
:location: MI
|
121
165
|
249:
|
122
166
|
:country: CANADA
|
123
|
-
:
|
124
|
-
|
167
|
+
:timezones:
|
168
|
+
- Canada/Eastern
|
169
|
+
:location: ONTARIO
|
125
170
|
250:
|
126
171
|
:country: CANADA
|
127
|
-
:
|
128
|
-
|
172
|
+
:timezones:
|
173
|
+
- Canada/Pacific
|
174
|
+
:location: BRITISH COLUMBIA
|
129
175
|
251:
|
130
176
|
:country: US
|
131
|
-
:
|
177
|
+
:timezones:
|
178
|
+
- US/Central
|
132
179
|
:location: AL
|
133
180
|
252:
|
134
181
|
:country: US
|
135
|
-
:
|
182
|
+
:timezones:
|
183
|
+
- US/Eastern
|
136
184
|
:location: NC
|
137
185
|
253:
|
138
186
|
:country: US
|
139
|
-
:
|
187
|
+
:timezones:
|
188
|
+
- US/Pacific
|
140
189
|
:location: WA
|
141
190
|
254:
|
142
191
|
:country: US
|
143
|
-
:
|
192
|
+
:timezones:
|
193
|
+
- US/Central
|
144
194
|
:location: TX
|
145
195
|
256:
|
146
196
|
:country: US
|
147
|
-
:
|
197
|
+
:timezones:
|
198
|
+
- US/Central
|
148
199
|
:location: AL
|
149
200
|
260:
|
150
201
|
:country: US
|
151
|
-
:
|
202
|
+
:timezones:
|
203
|
+
- US/Eastern
|
152
204
|
:location: IN
|
153
205
|
262:
|
154
206
|
:country: US
|
155
|
-
:
|
207
|
+
:timezones:
|
208
|
+
- US/Central
|
156
209
|
:location: WI
|
157
210
|
264:
|
158
211
|
:country: ANGUILLA
|
159
|
-
:
|
212
|
+
:timezones:
|
213
|
+
- America/Anguilla
|
214
|
+
:location: US
|
160
215
|
267:
|
161
216
|
:country: US
|
162
|
-
:
|
217
|
+
:timezones:
|
218
|
+
- US/Eastern
|
163
219
|
:location: PA
|
164
220
|
268:
|
165
221
|
:country: ANTIGUA/BARBUDA
|
166
|
-
:
|
222
|
+
:timezones:
|
223
|
+
- America/Antigua
|
224
|
+
:location: US
|
167
225
|
269:
|
168
226
|
:country: US
|
169
|
-
:
|
227
|
+
:timezones:
|
228
|
+
- US/Eastern
|
170
229
|
:location: MI
|
171
230
|
270:
|
172
231
|
:country: US
|
173
|
-
:
|
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
|
-
:
|
243
|
+
:timezones:
|
244
|
+
- US/Eastern
|
178
245
|
:location: VA
|
179
246
|
281:
|
180
247
|
:country: US
|
181
|
-
:
|
248
|
+
:timezones:
|
249
|
+
- US/Central
|
182
250
|
:location: TX
|
183
251
|
284:
|
184
252
|
:country: BRITISH VIRGIN ISLANDS
|
185
|
-
:
|
253
|
+
:timezones:
|
254
|
+
- America/Virgin
|
255
|
+
:location: US
|
186
256
|
289:
|
187
257
|
:country: CANADA
|
188
|
-
:
|
189
|
-
|
258
|
+
:timezones:
|
259
|
+
- Canada/Eastern
|
260
|
+
:location: ONTARIO
|
190
261
|
301:
|
191
262
|
:country: US
|
192
|
-
:
|
263
|
+
:timezones:
|
264
|
+
- US/Eastern
|
193
265
|
:location: MD
|
194
266
|
302:
|
195
267
|
:country: US
|
196
|
-
:
|
268
|
+
:timezones:
|
269
|
+
- US/Eastern
|
197
270
|
:location: DE
|
198
271
|
303:
|
199
272
|
:country: US
|
200
|
-
:
|
273
|
+
:timezones:
|
274
|
+
- US/Mountain
|
201
275
|
:location: CO
|
202
276
|
304:
|
203
277
|
:country: US
|
204
|
-
:
|
278
|
+
:timezones:
|
279
|
+
- US/Eastern
|
205
280
|
:location: WV
|
206
281
|
305:
|
207
282
|
:country: US
|
208
|
-
:
|
283
|
+
:timezones:
|
284
|
+
- US/Eastern
|
209
285
|
:location: FL
|
210
286
|
306:
|
211
287
|
:country: CANADA
|
212
|
-
:
|
213
|
-
|
288
|
+
:timezones:
|
289
|
+
- Canada/Central
|
290
|
+
:location: SASKATCHEWAN
|
214
291
|
307:
|
215
292
|
:country: US
|
216
|
-
:
|
293
|
+
:timezones:
|
294
|
+
- US/Mountain
|
217
295
|
:location: WY
|
218
296
|
308:
|
219
297
|
:country: US
|
220
|
-
:
|
298
|
+
:timezones:
|
299
|
+
- US/Central
|
300
|
+
- US/Mountain
|
221
301
|
:location: NE
|
222
302
|
309:
|
223
303
|
:country: US
|
224
|
-
:
|
304
|
+
:timezones:
|
305
|
+
- US/Central
|
225
306
|
:location: IL
|
226
307
|
310:
|
227
308
|
:country: US
|
228
|
-
:
|
309
|
+
:timezones:
|
310
|
+
- US/Pacific
|
229
311
|
:location: CA
|
230
312
|
312:
|
231
313
|
:country: US
|
232
|
-
:
|
314
|
+
:timezones:
|
315
|
+
- US/Central
|
233
316
|
:location: IL
|
234
317
|
313:
|
235
318
|
:country: US
|
236
|
-
:
|
319
|
+
:timezones:
|
320
|
+
- US/Eastern
|
237
321
|
:location: MI
|
238
322
|
314:
|
239
323
|
:country: US
|
240
|
-
:
|
324
|
+
:timezones:
|
325
|
+
- US/Central
|
241
326
|
:location: MO
|
242
327
|
315:
|
243
328
|
:country: US
|
244
|
-
:
|
329
|
+
:timezones:
|
330
|
+
- US/Eastern
|
245
331
|
:location: NY
|
246
332
|
316:
|
247
333
|
:country: US
|
248
|
-
:
|
334
|
+
:timezones:
|
335
|
+
- US/Central
|
249
336
|
:location: KS
|
250
337
|
317:
|
251
338
|
:country: US
|
252
|
-
:
|
339
|
+
:timezones:
|
340
|
+
- US/Eastern
|
253
341
|
:location: IN
|
254
342
|
318:
|
255
343
|
:country: US
|
256
|
-
:
|
344
|
+
:timezones:
|
345
|
+
- US/Central
|
257
346
|
:location: LA
|
258
347
|
319:
|
259
348
|
:country: US
|
260
|
-
:
|
349
|
+
:timezones:
|
350
|
+
- US/Central
|
261
351
|
:location: IA
|
262
352
|
320:
|
263
353
|
:country: US
|
264
|
-
:
|
354
|
+
:timezones:
|
355
|
+
- US/Central
|
265
356
|
:location: MN
|
266
357
|
321:
|
267
358
|
:country: US
|
268
|
-
:
|
359
|
+
:timezones:
|
360
|
+
- US/Eastern
|
269
361
|
:location: FL
|
270
362
|
323:
|
271
363
|
:country: US
|
272
|
-
:
|
364
|
+
:timezones:
|
365
|
+
- US/Pacific
|
273
366
|
:location: CA
|
274
367
|
325:
|
275
368
|
:country: US
|
276
|
-
:
|
369
|
+
:timezones:
|
370
|
+
- US/Central
|
277
371
|
:location: TX
|
278
372
|
330:
|
279
373
|
:country: US
|
280
|
-
:
|
374
|
+
:timezones:
|
375
|
+
- US/Eastern
|
281
376
|
:location: OH
|
282
377
|
331:
|
283
378
|
:country: US
|
284
|
-
:
|
379
|
+
:timezones:
|
380
|
+
- US/Central
|
285
381
|
:location: IL
|
286
382
|
334:
|
287
383
|
:country: US
|
288
|
-
:
|
384
|
+
:timezones:
|
385
|
+
- US/Central
|
289
386
|
:location: AL
|
290
387
|
336:
|
291
388
|
:country: US
|
292
|
-
:
|
389
|
+
:timezones:
|
390
|
+
- US/Eastern
|
293
391
|
:location: NC
|
294
392
|
337:
|
295
393
|
:country: US
|
296
|
-
:
|
394
|
+
:timezones:
|
395
|
+
- US/Central
|
297
396
|
:location: LA
|
298
397
|
339:
|
299
398
|
:country: US
|
300
|
-
:
|
399
|
+
:timezones:
|
400
|
+
- US/Eastern
|
301
401
|
:location: MA
|
302
402
|
340:
|
303
403
|
:country: US
|
304
|
-
:
|
404
|
+
:timezones:
|
405
|
+
- America/Virgin
|
305
406
|
:location: USVI
|
306
407
|
343:
|
307
408
|
:country: CANADA
|
308
|
-
:
|
409
|
+
:timezones:
|
410
|
+
- Canada/Eastern
|
411
|
+
:location: ONTARIO
|
309
412
|
345:
|
310
413
|
:country: CAYMAN ISLANDS
|
311
|
-
:
|
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
|
-
:
|
424
|
+
:timezones:
|
425
|
+
- US/Eastern
|
315
426
|
:location: NY
|
316
427
|
351:
|
317
428
|
:country: US
|
318
|
-
:
|
429
|
+
:timezones:
|
430
|
+
- US/Eastern
|
319
431
|
:location: MA
|
320
432
|
352:
|
321
433
|
:country: US
|
322
|
-
:
|
434
|
+
:timezones:
|
435
|
+
- US/Eastern
|
323
436
|
:location: FL
|
324
437
|
360:
|
325
438
|
:country: US
|
326
|
-
:
|
439
|
+
:timezones:
|
440
|
+
- US/Pacific
|
327
441
|
:location: WA
|
328
442
|
361:
|
329
443
|
:country: US
|
330
|
-
:
|
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
|
-
:
|
460
|
+
:timezones:
|
461
|
+
- US/Mountain
|
335
462
|
:location: UT
|
336
463
|
386:
|
337
464
|
:country: US
|
338
|
-
:
|
465
|
+
:timezones:
|
466
|
+
- US/Eastern
|
339
467
|
:location: FL
|
340
468
|
401:
|
341
469
|
:country: US
|
342
|
-
:
|
470
|
+
:timezones:
|
471
|
+
- US/Eastern
|
343
472
|
:location: RI
|
344
473
|
402:
|
345
474
|
:country: US
|
346
|
-
:
|
475
|
+
:timezones:
|
476
|
+
- US/Central
|
347
477
|
:location: NE
|
348
478
|
403:
|
349
479
|
:country: CANADA
|
350
|
-
:
|
351
|
-
|
480
|
+
:timezones:
|
481
|
+
- Canada/Mountain
|
482
|
+
:location: ALBERTA
|
352
483
|
404:
|
353
484
|
:country: US
|
354
|
-
:
|
485
|
+
:timezones:
|
486
|
+
- US/Eastern
|
355
487
|
:location: GA
|
356
488
|
405:
|
357
489
|
:country: US
|
358
|
-
:
|
490
|
+
:timezones:
|
491
|
+
- US/Central
|
359
492
|
:location: OK
|
360
493
|
406:
|
361
494
|
:country: US
|
362
|
-
:
|
495
|
+
:timezones:
|
496
|
+
- US/Mountain
|
363
497
|
:location: MT
|
364
498
|
407:
|
365
499
|
:country: US
|
366
|
-
:
|
500
|
+
:timezones:
|
501
|
+
- US/Eastern
|
367
502
|
:location: FL
|
368
503
|
408:
|
369
504
|
:country: US
|
370
|
-
:
|
505
|
+
:timezones:
|
506
|
+
- US/Pacific
|
371
507
|
:location: CA
|
372
508
|
409:
|
373
509
|
:country: US
|
374
|
-
:
|
510
|
+
:timezones:
|
511
|
+
- US/Central
|
375
512
|
:location: TX
|
376
513
|
410:
|
377
514
|
:country: US
|
378
|
-
:
|
515
|
+
:timezones:
|
516
|
+
- US/Eastern
|
379
517
|
:location: MD
|
380
518
|
412:
|
381
519
|
:country: US
|
382
|
-
:
|
520
|
+
:timezones:
|
521
|
+
- US/Eastern
|
383
522
|
:location: PA
|
384
523
|
413:
|
385
524
|
:country: US
|
386
|
-
:
|
525
|
+
:timezones:
|
526
|
+
- US/Eastern
|
387
527
|
:location: MA
|
388
528
|
414:
|
389
529
|
:country: US
|
390
|
-
:
|
530
|
+
:timezones:
|
531
|
+
- US/Central
|
391
532
|
:location: WI
|
392
533
|
415:
|
393
534
|
:country: US
|
394
|
-
:
|
535
|
+
:timezones:
|
536
|
+
- US/Pacific
|
395
537
|
:location: CA
|
396
538
|
416:
|
397
539
|
:country: CANADA
|
398
|
-
:
|
399
|
-
|
540
|
+
:timezones:
|
541
|
+
- Canada/Eastern
|
542
|
+
:location: ONTARIO
|
400
543
|
417:
|
401
544
|
:country: US
|
402
|
-
:
|
545
|
+
:timezones:
|
546
|
+
- US/Central
|
403
547
|
:location: MO
|
404
548
|
418:
|
405
549
|
:country: CANADA
|
406
|
-
:
|
407
|
-
|
550
|
+
:timezones:
|
551
|
+
- Canada/Eastern
|
552
|
+
:location: QUEBEC
|
408
553
|
419:
|
409
554
|
:country: US
|
410
|
-
:
|
555
|
+
:timezones:
|
556
|
+
- US/Eastern
|
411
557
|
:location: OH
|
412
558
|
423:
|
413
559
|
:country: US
|
414
|
-
:
|
560
|
+
:timezones:
|
561
|
+
- US/Eastern
|
562
|
+
- US/Central
|
415
563
|
:location: TN
|
416
564
|
424:
|
417
565
|
:country: US
|
418
|
-
:
|
566
|
+
:timezones:
|
567
|
+
- US/Pacific
|
419
568
|
:location: CA
|
420
569
|
425:
|
421
570
|
:country: US
|
422
|
-
:
|
571
|
+
:timezones:
|
572
|
+
- US/Pacific
|
423
573
|
:location: WA
|
424
574
|
430:
|
425
575
|
:country: US
|
426
|
-
:
|
576
|
+
:timezones:
|
577
|
+
- US/Central
|
427
578
|
:location: TX
|
428
579
|
431:
|
429
580
|
:country: CANADA
|
430
|
-
:
|
581
|
+
:timezones:
|
582
|
+
- Canada/Central
|
583
|
+
:location: MANITOBA
|
431
584
|
432:
|
432
585
|
:country: US
|
433
|
-
:
|
586
|
+
:timezones:
|
587
|
+
- US/Central
|
434
588
|
:location: TX
|
435
589
|
434:
|
436
590
|
:country: US
|
437
|
-
:
|
591
|
+
:timezones:
|
592
|
+
- US/Eastern
|
438
593
|
:location: VA
|
439
594
|
435:
|
440
595
|
:country: US
|
441
|
-
:
|
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
|
-
:
|
446
|
-
|
606
|
+
:timezones:
|
607
|
+
- Canada/Eastern
|
608
|
+
:location: QUEBEC
|
447
609
|
440:
|
448
610
|
:country: US
|
449
|
-
:
|
611
|
+
:timezones:
|
612
|
+
- US/Eastern
|
450
613
|
:location: OH
|
451
614
|
441:
|
452
615
|
:country: BERMUDA
|
453
|
-
:
|
616
|
+
:timezones:
|
617
|
+
- Atlantic/Bermuda
|
618
|
+
:location: US
|
454
619
|
442:
|
455
620
|
:country: US
|
456
|
-
:
|
621
|
+
:timezones:
|
622
|
+
- US/Pacific
|
457
623
|
:location: CA
|
458
624
|
443:
|
459
625
|
:country: US
|
460
|
-
:
|
626
|
+
:timezones:
|
627
|
+
- US/Eastern
|
461
628
|
:location: MD
|
462
629
|
450:
|
463
630
|
:country: CANADA
|
464
|
-
:
|
465
|
-
|
466
|
-
|
631
|
+
:timezones:
|
632
|
+
- Canada/Eastern
|
633
|
+
:location: QUEBEC
|
634
|
+
456:
|
635
|
+
:country:
|
636
|
+
:location: US
|
467
637
|
458:
|
468
638
|
:country: US
|
469
|
-
:
|
639
|
+
:timezones:
|
640
|
+
- US/Mountain
|
641
|
+
- US/Pacific
|
470
642
|
:location: OR
|
471
643
|
469:
|
472
644
|
:country: US
|
473
|
-
:
|
645
|
+
:timezones:
|
646
|
+
- US/Central
|
474
647
|
:location: TX
|
475
648
|
470:
|
476
649
|
:country: US
|
477
|
-
:
|
650
|
+
:timezones:
|
651
|
+
- US/Eastern
|
478
652
|
:location: GA
|
479
653
|
473:
|
480
654
|
:country: GRENADA
|
481
|
-
:
|
655
|
+
:timezones:
|
656
|
+
- America/Grenada
|
657
|
+
:location: US
|
482
658
|
475:
|
483
659
|
:country: US
|
484
|
-
:
|
660
|
+
:timezones:
|
661
|
+
- US/Eastern
|
485
662
|
:location: CT
|
486
663
|
478:
|
487
664
|
:country: US
|
488
|
-
:
|
665
|
+
:timezones:
|
666
|
+
- US/Eastern
|
489
667
|
:location: GA
|
490
668
|
479:
|
491
669
|
:country: US
|
492
|
-
:
|
670
|
+
:timezones:
|
671
|
+
- US/Central
|
493
672
|
:location: AR
|
494
673
|
480:
|
495
674
|
:country: US
|
496
|
-
:
|
675
|
+
:timezones:
|
676
|
+
- US/Mountain
|
497
677
|
:location: AZ
|
498
678
|
484:
|
499
679
|
:country: US
|
500
|
-
:
|
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
|
-
:
|
688
|
+
:timezones:
|
689
|
+
- US/Central
|
506
690
|
:location: AR
|
507
691
|
502:
|
508
692
|
:country: US
|
509
|
-
:
|
693
|
+
:timezones:
|
694
|
+
- US/Eastern
|
510
695
|
:location: KY
|
511
696
|
503:
|
512
697
|
:country: US
|
513
|
-
:
|
698
|
+
:timezones:
|
699
|
+
- US/Pacific
|
514
700
|
:location: OR
|
515
701
|
504:
|
516
702
|
:country: US
|
517
|
-
:
|
703
|
+
:timezones:
|
704
|
+
- US/Central
|
518
705
|
:location: LA
|
519
706
|
505:
|
520
707
|
:country: US
|
521
|
-
:
|
708
|
+
:timezones:
|
709
|
+
- US/Mountain
|
522
710
|
:location: NM
|
523
711
|
506:
|
524
712
|
:country: CANADA
|
525
|
-
:
|
526
|
-
|
713
|
+
:timezones:
|
714
|
+
- Canada/Atlantic
|
715
|
+
:location: NEW BRUNSWICK
|
527
716
|
507:
|
528
717
|
:country: US
|
529
|
-
:
|
718
|
+
:timezones:
|
719
|
+
- US/Central
|
530
720
|
:location: MN
|
531
721
|
508:
|
532
722
|
:country: US
|
533
|
-
:
|
723
|
+
:timezones:
|
724
|
+
- US/Eastern
|
534
725
|
:location: MA
|
535
726
|
509:
|
536
727
|
:country: US
|
537
|
-
:
|
728
|
+
:timezones:
|
729
|
+
- US/Pacific
|
538
730
|
:location: WA
|
539
731
|
510:
|
540
732
|
:country: US
|
541
|
-
:
|
733
|
+
:timezones:
|
734
|
+
- US/Pacific
|
542
735
|
:location: CA
|
543
736
|
512:
|
544
737
|
:country: US
|
545
|
-
:
|
738
|
+
:timezones:
|
739
|
+
- US/Central
|
546
740
|
:location: TX
|
547
741
|
513:
|
548
742
|
:country: US
|
549
|
-
:
|
743
|
+
:timezones:
|
744
|
+
- US/Eastern
|
550
745
|
:location: OH
|
551
746
|
514:
|
552
747
|
:country: CANADA
|
553
|
-
:
|
554
|
-
|
748
|
+
:timezones:
|
749
|
+
- Canada/Eastern
|
750
|
+
:location: QUEBEC
|
555
751
|
515:
|
556
752
|
:country: US
|
557
|
-
:
|
753
|
+
:timezones:
|
754
|
+
- US/Central
|
558
755
|
:location: IA
|
559
756
|
516:
|
560
757
|
:country: US
|
561
|
-
:
|
758
|
+
:timezones:
|
759
|
+
- US/Eastern
|
562
760
|
:location: NY
|
563
761
|
517:
|
564
762
|
:country: US
|
565
|
-
:
|
763
|
+
:timezones:
|
764
|
+
- US/Eastern
|
566
765
|
:location: MI
|
567
766
|
518:
|
568
767
|
:country: US
|
569
|
-
:
|
768
|
+
:timezones:
|
769
|
+
- US/Eastern
|
570
770
|
:location: NY
|
571
771
|
519:
|
572
772
|
:country: CANADA
|
573
|
-
:
|
574
|
-
|
773
|
+
:timezones:
|
774
|
+
- Canada/Eastern
|
775
|
+
:location: ONTARIO
|
575
776
|
520:
|
576
777
|
:country: US
|
577
|
-
:
|
778
|
+
:timezones:
|
779
|
+
- US/Mountain
|
578
780
|
:location: AZ
|
579
781
|
530:
|
580
782
|
:country: US
|
581
|
-
:
|
783
|
+
:timezones:
|
784
|
+
- US/Pacific
|
582
785
|
:location: CA
|
583
|
-
|
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
|
-
:
|
796
|
+
:timezones:
|
797
|
+
- US/Central
|
587
798
|
:location: WI
|
588
799
|
539:
|
589
800
|
:country: US
|
590
|
-
:
|
801
|
+
:timezones:
|
802
|
+
- US/Central
|
591
803
|
:location: OK
|
592
804
|
540:
|
593
805
|
:country: US
|
594
|
-
:
|
806
|
+
:timezones:
|
807
|
+
- US/Eastern
|
595
808
|
:location: VA
|
596
809
|
541:
|
597
810
|
:country: US
|
598
|
-
:
|
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
|
-
:
|
820
|
+
:timezones:
|
821
|
+
- US/Eastern
|
604
822
|
:location: NJ
|
605
823
|
559:
|
606
824
|
:country: US
|
607
|
-
:
|
825
|
+
:timezones:
|
826
|
+
- US/Pacific
|
608
827
|
:location: CA
|
609
828
|
561:
|
610
829
|
:country: US
|
611
|
-
:
|
830
|
+
:timezones:
|
831
|
+
- US/Eastern
|
612
832
|
:location: FL
|
613
833
|
562:
|
614
834
|
:country: US
|
615
|
-
:
|
835
|
+
:timezones:
|
836
|
+
- US/Pacific
|
616
837
|
:location: CA
|
617
838
|
563:
|
618
839
|
:country: US
|
619
|
-
:
|
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
|
-
:
|
848
|
+
:timezones:
|
849
|
+
- US/Eastern
|
625
850
|
:location: OH
|
626
851
|
570:
|
627
852
|
:country: US
|
628
|
-
:
|
853
|
+
:timezones:
|
854
|
+
- US/Eastern
|
629
855
|
:location: PA
|
630
856
|
571:
|
631
857
|
:country: US
|
632
|
-
:
|
858
|
+
:timezones:
|
859
|
+
- US/Eastern
|
633
860
|
:location: VA
|
634
861
|
573:
|
635
862
|
:country: US
|
636
|
-
:
|
863
|
+
:timezones:
|
864
|
+
- US/Central
|
637
865
|
:location: MO
|
638
866
|
574:
|
639
867
|
:country: US
|
640
|
-
:
|
868
|
+
:timezones:
|
869
|
+
- US/Eastern
|
870
|
+
- US/Central
|
641
871
|
:location: IN
|
642
872
|
575:
|
643
873
|
:country: US
|
644
|
-
:
|
874
|
+
:timezones:
|
875
|
+
- US/Mountain
|
645
876
|
:location: NM
|
877
|
+
577:
|
878
|
+
:country:
|
879
|
+
:location: US
|
646
880
|
579:
|
647
881
|
:country: CANADA
|
648
|
-
:
|
649
|
-
|
882
|
+
:timezones:
|
883
|
+
- Canada/Eastern
|
884
|
+
:location: QUEBEC
|
650
885
|
580:
|
651
886
|
:country: US
|
652
|
-
:
|
887
|
+
:timezones:
|
888
|
+
- US/Central
|
653
889
|
:location: OK
|
654
890
|
581:
|
655
891
|
:country: CANADA
|
656
|
-
:
|
892
|
+
:timezones:
|
893
|
+
- Canada/Eastern
|
894
|
+
:location: QUEBEC
|
657
895
|
585:
|
658
896
|
:country: US
|
659
|
-
:
|
897
|
+
:timezones:
|
898
|
+
- US/Eastern
|
660
899
|
:location: NY
|
661
900
|
586:
|
662
901
|
:country: US
|
663
|
-
:
|
902
|
+
:timezones:
|
903
|
+
- US/Eastern
|
664
904
|
:location: MI
|
665
905
|
587:
|
666
906
|
:country: CANADA
|
667
|
-
:
|
668
|
-
|
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
|
-
:
|
920
|
+
:timezones:
|
921
|
+
- US/Central
|
674
922
|
:location: MS
|
675
923
|
602:
|
676
924
|
:country: US
|
677
|
-
:
|
925
|
+
:timezones:
|
926
|
+
- US/Mountain
|
678
927
|
:location: AZ
|
679
928
|
603:
|
680
929
|
:country: US
|
681
|
-
:
|
930
|
+
:timezones:
|
931
|
+
- US/Eastern
|
682
932
|
:location: NH
|
683
933
|
604:
|
684
934
|
:country: CANADA
|
685
|
-
:
|
686
|
-
|
935
|
+
:timezones:
|
936
|
+
- Canada/Pacific
|
937
|
+
:location: BRITISH COLUMBIA
|
687
938
|
605:
|
688
939
|
:country: US
|
689
|
-
:
|
940
|
+
:timezones:
|
941
|
+
- US/Central
|
942
|
+
- US/Mountain
|
690
943
|
:location: SD
|
691
944
|
606:
|
692
945
|
:country: US
|
693
|
-
:
|
946
|
+
:timezones:
|
947
|
+
- US/Eastern
|
948
|
+
- US/Central
|
694
949
|
:location: KY
|
695
950
|
607:
|
696
951
|
:country: US
|
697
|
-
:
|
952
|
+
:timezones:
|
953
|
+
- US/Eastern
|
698
954
|
:location: NY
|
699
955
|
608:
|
700
956
|
:country: US
|
701
|
-
:
|
957
|
+
:timezones:
|
958
|
+
- US/Central
|
702
959
|
:location: WI
|
703
960
|
609:
|
704
961
|
:country: US
|
705
|
-
:
|
962
|
+
:timezones:
|
963
|
+
- US/Eastern
|
706
964
|
:location: NJ
|
707
965
|
610:
|
708
966
|
:country: US
|
709
|
-
:
|
967
|
+
:timezones:
|
968
|
+
- US/Eastern
|
710
969
|
:location: PA
|
711
970
|
612:
|
712
971
|
:country: US
|
713
|
-
:
|
972
|
+
:timezones:
|
973
|
+
- US/Central
|
714
974
|
:location: MN
|
715
975
|
613:
|
716
976
|
:country: CANADA
|
717
|
-
:
|
718
|
-
|
977
|
+
:timezones:
|
978
|
+
- Canada/Eastern
|
979
|
+
:location: ONTARIO
|
719
980
|
614:
|
720
981
|
:country: US
|
721
|
-
:
|
982
|
+
:timezones:
|
983
|
+
- US/Eastern
|
722
984
|
:location: OH
|
723
985
|
615:
|
724
986
|
:country: US
|
725
|
-
:
|
987
|
+
:timezones:
|
988
|
+
- US/Central
|
726
989
|
:location: TN
|
727
990
|
616:
|
728
991
|
:country: US
|
729
|
-
:
|
992
|
+
:timezones:
|
993
|
+
- US/Eastern
|
730
994
|
:location: MI
|
731
995
|
617:
|
732
996
|
:country: US
|
733
|
-
:
|
997
|
+
:timezones:
|
998
|
+
- US/Eastern
|
734
999
|
:location: MA
|
735
1000
|
618:
|
736
1001
|
:country: US
|
737
|
-
:
|
1002
|
+
:timezones:
|
1003
|
+
- US/Central
|
738
1004
|
:location: IL
|
739
1005
|
619:
|
740
1006
|
:country: US
|
741
|
-
:
|
1007
|
+
:timezones:
|
1008
|
+
- US/Pacific
|
742
1009
|
:location: CA
|
743
1010
|
620:
|
744
1011
|
:country: US
|
745
|
-
:
|
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
|
-
:
|
1023
|
+
:timezones:
|
1024
|
+
- US/Mountain
|
750
1025
|
:location: AZ
|
751
1026
|
626:
|
752
1027
|
:country: US
|
753
|
-
:
|
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
|
-
:
|
1043
|
+
:timezones:
|
1044
|
+
- US/Central
|
758
1045
|
:location: IL
|
759
1046
|
631:
|
760
1047
|
:country: US
|
761
|
-
:
|
1048
|
+
:timezones:
|
1049
|
+
- US/Eastern
|
762
1050
|
:location: NY
|
763
1051
|
636:
|
764
1052
|
:country: US
|
765
|
-
:
|
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
|
-
:
|
1063
|
+
:timezones:
|
1064
|
+
- US/Central
|
770
1065
|
:location: IA
|
771
1066
|
646:
|
772
1067
|
:country: US
|
773
|
-
:
|
1068
|
+
:timezones:
|
1069
|
+
- US/Eastern
|
774
1070
|
:location: NY
|
775
1071
|
647:
|
776
1072
|
:country: CANADA
|
777
|
-
:
|
778
|
-
|
1073
|
+
:timezones:
|
1074
|
+
- Canada/Eastern
|
1075
|
+
:location: ONTARIO
|
779
1076
|
649:
|
780
1077
|
:country: TURKS & CAICOS ISLANDS
|
781
|
-
:
|
1078
|
+
:timezones:
|
1079
|
+
- America/Virgin
|
1080
|
+
:location: US
|
782
1081
|
650:
|
783
1082
|
:country: US
|
784
|
-
:
|
1083
|
+
:timezones:
|
1084
|
+
- US/Pacific
|
785
1085
|
:location: CA
|
786
1086
|
651:
|
787
1087
|
:country: US
|
788
|
-
:
|
1088
|
+
:timezones:
|
1089
|
+
- US/Central
|
789
1090
|
:location: MN
|
790
1091
|
657:
|
791
1092
|
:country: US
|
792
|
-
:
|
1093
|
+
:timezones:
|
1094
|
+
- US/Pacific
|
793
1095
|
:location: CA
|
794
1096
|
660:
|
795
1097
|
:country: US
|
796
|
-
:
|
1098
|
+
:timezones:
|
1099
|
+
- US/Central
|
797
1100
|
:location: MO
|
798
1101
|
661:
|
799
1102
|
:country: US
|
800
|
-
:
|
1103
|
+
:timezones:
|
1104
|
+
- US/Pacific
|
801
1105
|
:location: CA
|
802
1106
|
662:
|
803
1107
|
:country: US
|
804
|
-
:
|
1108
|
+
:timezones:
|
1109
|
+
- US/Central
|
805
1110
|
:location: MS
|
806
1111
|
664:
|
807
1112
|
:country: MONTSERRAT
|
808
|
-
:
|
1113
|
+
:timezones:
|
1114
|
+
- America/Montserrat
|
1115
|
+
:location: US
|
809
1116
|
667:
|
810
1117
|
:country: US
|
811
|
-
:
|
1118
|
+
:timezones:
|
1119
|
+
- US/Eastern
|
812
1120
|
:location: MD
|
813
1121
|
669:
|
814
1122
|
:country: US
|
815
|
-
:
|
1123
|
+
:timezones:
|
1124
|
+
- US/Pacific
|
816
1125
|
:location: CA
|
817
1126
|
670:
|
818
1127
|
:country: US
|
819
|
-
:
|
1128
|
+
:timezones:
|
1129
|
+
- Pacific/Guam
|
820
1130
|
:location: CNMI
|
821
1131
|
671:
|
822
1132
|
:country: US
|
823
|
-
:
|
1133
|
+
:timezones:
|
1134
|
+
- Pacific/Guam
|
824
1135
|
:location: GU
|
825
1136
|
678:
|
826
1137
|
:country: US
|
827
|
-
:
|
1138
|
+
:timezones:
|
1139
|
+
- US/Eastern
|
828
1140
|
:location: GA
|
829
1141
|
681:
|
830
1142
|
:country: US
|
831
|
-
:
|
1143
|
+
:timezones:
|
1144
|
+
- US/Eastern
|
832
1145
|
:location: WV
|
833
1146
|
682:
|
834
1147
|
:country: US
|
835
|
-
:
|
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
|
-
:
|
1159
|
+
:timezones:
|
1160
|
+
- US/Central
|
1161
|
+
- US/Mountain
|
844
1162
|
:location: ND
|
845
1163
|
702:
|
846
1164
|
:country: US
|
847
|
-
:
|
1165
|
+
:timezones:
|
1166
|
+
- US/Pacific
|
848
1167
|
:location: NV
|
849
1168
|
703:
|
850
1169
|
:country: US
|
851
|
-
:
|
1170
|
+
:timezones:
|
1171
|
+
- US/Eastern
|
852
1172
|
:location: VA
|
853
1173
|
704:
|
854
1174
|
:country: US
|
855
|
-
:
|
1175
|
+
:timezones:
|
1176
|
+
- US/Eastern
|
856
1177
|
:location: NC
|
857
1178
|
705:
|
858
1179
|
:country: CANADA
|
859
|
-
:
|
860
|
-
|
1180
|
+
:timezones:
|
1181
|
+
- Canada/Eastern
|
1182
|
+
:location: ONTARIO
|
861
1183
|
706:
|
862
1184
|
:country: US
|
863
|
-
:
|
1185
|
+
:timezones:
|
1186
|
+
- US/Eastern
|
864
1187
|
:location: GA
|
865
1188
|
707:
|
866
1189
|
:country: US
|
867
|
-
:
|
1190
|
+
:timezones:
|
1191
|
+
- US/Pacific
|
868
1192
|
:location: CA
|
869
1193
|
708:
|
870
1194
|
:country: US
|
871
|
-
:
|
1195
|
+
:timezones:
|
1196
|
+
- US/Central
|
872
1197
|
:location: IL
|
873
1198
|
709:
|
874
1199
|
:country: CANADA
|
875
|
-
:
|
876
|
-
|
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
|
-
:
|
1210
|
+
:timezones:
|
1211
|
+
- US/Central
|
882
1212
|
:location: IA
|
883
1213
|
713:
|
884
1214
|
:country: US
|
885
|
-
:
|
1215
|
+
:timezones:
|
1216
|
+
- US/Central
|
886
1217
|
:location: TX
|
887
1218
|
714:
|
888
1219
|
:country: US
|
889
|
-
:
|
1220
|
+
:timezones:
|
1221
|
+
- US/Pacific
|
890
1222
|
:location: CA
|
891
1223
|
715:
|
892
1224
|
:country: US
|
893
|
-
:
|
1225
|
+
:timezones:
|
1226
|
+
- US/Central
|
894
1227
|
:location: WI
|
895
1228
|
716:
|
896
1229
|
:country: US
|
897
|
-
:
|
1230
|
+
:timezones:
|
1231
|
+
- US/Eastern
|
898
1232
|
:location: NY
|
899
1233
|
717:
|
900
1234
|
:country: US
|
901
|
-
:
|
1235
|
+
:timezones:
|
1236
|
+
- US/Eastern
|
902
1237
|
:location: PA
|
903
1238
|
718:
|
904
1239
|
:country: US
|
905
|
-
:
|
1240
|
+
:timezones:
|
1241
|
+
- US/Eastern
|
906
1242
|
:location: NY
|
907
1243
|
719:
|
908
1244
|
:country: US
|
909
|
-
:
|
1245
|
+
:timezones:
|
1246
|
+
- US/Mountain
|
910
1247
|
:location: CO
|
911
1248
|
720:
|
912
1249
|
:country: US
|
913
|
-
:
|
1250
|
+
:timezones:
|
1251
|
+
- US/Mountain
|
914
1252
|
:location: CO
|
915
1253
|
721:
|
916
1254
|
:country: SINT MAARTEN
|
917
|
-
:
|
1255
|
+
:timezones:
|
1256
|
+
- America/Virgin
|
1257
|
+
:location: US
|
918
1258
|
724:
|
919
1259
|
:country: US
|
920
|
-
:
|
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
|
-
:
|
1270
|
+
:timezones:
|
1271
|
+
- US/Eastern
|
925
1272
|
:location: FL
|
926
1273
|
731:
|
927
1274
|
:country: US
|
928
|
-
:
|
1275
|
+
:timezones:
|
1276
|
+
- US/Central
|
929
1277
|
:location: TN
|
930
1278
|
732:
|
931
1279
|
:country: US
|
932
|
-
:
|
1280
|
+
:timezones:
|
1281
|
+
- US/Eastern
|
933
1282
|
:location: NJ
|
934
1283
|
734:
|
935
1284
|
:country: US
|
936
|
-
:
|
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
|
-
:
|
1295
|
+
:timezones:
|
1296
|
+
- US/Eastern
|
941
1297
|
:location: OH
|
942
1298
|
747:
|
943
1299
|
:country: US
|
944
|
-
:
|
1300
|
+
:timezones:
|
1301
|
+
- US/Pacific
|
945
1302
|
:location: CA
|
946
1303
|
754:
|
947
1304
|
:country: US
|
948
|
-
:
|
1305
|
+
:timezones:
|
1306
|
+
- US/Eastern
|
949
1307
|
:location: FL
|
950
1308
|
757:
|
951
1309
|
:country: US
|
952
|
-
:
|
1310
|
+
:timezones:
|
1311
|
+
- US/Eastern
|
953
1312
|
:location: VA
|
954
1313
|
758:
|
955
1314
|
:country: ST. LUCIA
|
956
|
-
:
|
1315
|
+
:timezones:
|
1316
|
+
- America/St_Lucia
|
1317
|
+
:location: US
|
957
1318
|
760:
|
958
1319
|
:country: US
|
959
|
-
:
|
1320
|
+
:timezones:
|
1321
|
+
- US/Pacific
|
960
1322
|
:location: CA
|
961
1323
|
762:
|
962
1324
|
:country: US
|
963
|
-
:
|
1325
|
+
:timezones:
|
1326
|
+
- US/Eastern
|
964
1327
|
:location: GA
|
965
1328
|
763:
|
966
1329
|
:country: US
|
967
|
-
:
|
1330
|
+
:timezones:
|
1331
|
+
- US/Central
|
968
1332
|
:location: MN
|
969
1333
|
765:
|
970
1334
|
:country: US
|
971
|
-
:
|
1335
|
+
:timezones:
|
1336
|
+
- US/Eastern
|
972
1337
|
:location: IN
|
973
1338
|
767:
|
974
1339
|
:country: DOMINICA
|
975
|
-
:
|
1340
|
+
:timezones:
|
1341
|
+
- America/Dominica
|
1342
|
+
:location: US
|
976
1343
|
769:
|
977
1344
|
:country: US
|
978
|
-
:
|
1345
|
+
:timezones:
|
1346
|
+
- US/Central
|
979
1347
|
:location: MS
|
980
1348
|
770:
|
981
1349
|
:country: US
|
982
|
-
:
|
1350
|
+
:timezones:
|
1351
|
+
- US/Eastern
|
983
1352
|
:location: GA
|
984
1353
|
772:
|
985
1354
|
:country: US
|
986
|
-
:
|
1355
|
+
:timezones:
|
1356
|
+
- US/Eastern
|
987
1357
|
:location: FL
|
988
1358
|
773:
|
989
1359
|
:country: US
|
990
|
-
:
|
1360
|
+
:timezones:
|
1361
|
+
- US/Central
|
991
1362
|
:location: IL
|
992
1363
|
774:
|
993
1364
|
:country: US
|
994
|
-
:
|
1365
|
+
:timezones:
|
1366
|
+
- US/Eastern
|
995
1367
|
:location: MA
|
996
1368
|
775:
|
997
1369
|
:country: US
|
998
|
-
:
|
1370
|
+
:timezones:
|
1371
|
+
- US/Pacific
|
999
1372
|
:location: NV
|
1000
1373
|
778:
|
1001
1374
|
:country: CANADA
|
1002
|
-
:
|
1003
|
-
|
1375
|
+
:timezones:
|
1376
|
+
- Canada/Pacific
|
1377
|
+
:location: BRITISH COLUMBIA
|
1004
1378
|
779:
|
1005
1379
|
:country: US
|
1006
|
-
:
|
1380
|
+
:timezones:
|
1381
|
+
- US/Central
|
1007
1382
|
:location: IL
|
1008
1383
|
780:
|
1009
1384
|
:country: CANADA
|
1010
|
-
:
|
1011
|
-
|
1385
|
+
:timezones:
|
1386
|
+
- Canada/Mountain
|
1387
|
+
:location: ALBERTA
|
1012
1388
|
781:
|
1013
1389
|
:country: US
|
1014
|
-
:
|
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
|
-
:
|
1400
|
+
:timezones:
|
1401
|
+
- America/Virgin
|
1402
|
+
:location: US
|
1019
1403
|
785:
|
1020
1404
|
:country: US
|
1021
|
-
:
|
1405
|
+
:timezones:
|
1406
|
+
- US/Central
|
1407
|
+
- US/Mountain
|
1022
1408
|
:location: KS
|
1023
1409
|
786:
|
1024
1410
|
:country: US
|
1025
|
-
:
|
1411
|
+
:timezones:
|
1412
|
+
- US/Eastern
|
1026
1413
|
:location: FL
|
1027
1414
|
787:
|
1028
1415
|
:country: US
|
1029
|
-
:
|
1030
|
-
|
1031
|
-
|
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
|
-
:
|
1424
|
+
:timezones:
|
1425
|
+
- US/Mountain
|
1035
1426
|
:location: UT
|
1036
1427
|
802:
|
1037
1428
|
:country: US
|
1038
|
-
:
|
1429
|
+
:timezones:
|
1430
|
+
- US/Eastern
|
1039
1431
|
:location: VT
|
1040
1432
|
803:
|
1041
1433
|
:country: US
|
1042
|
-
:
|
1434
|
+
:timezones:
|
1435
|
+
- US/Eastern
|
1043
1436
|
:location: SC
|
1044
1437
|
804:
|
1045
1438
|
:country: US
|
1046
|
-
:
|
1439
|
+
:timezones:
|
1440
|
+
- US/Eastern
|
1047
1441
|
:location: VA
|
1048
1442
|
805:
|
1049
1443
|
:country: US
|
1050
|
-
:
|
1444
|
+
:timezones:
|
1445
|
+
- US/Pacific
|
1051
1446
|
:location: CA
|
1052
1447
|
806:
|
1053
1448
|
:country: US
|
1054
|
-
:
|
1449
|
+
:timezones:
|
1450
|
+
- US/Central
|
1055
1451
|
:location: TX
|
1056
1452
|
807:
|
1057
1453
|
:country: CANADA
|
1058
|
-
:
|
1059
|
-
|
1454
|
+
:timezones:
|
1455
|
+
- Canada/Eastern
|
1456
|
+
- Canada/Central
|
1457
|
+
:location: ONTARIO
|
1060
1458
|
808:
|
1061
1459
|
:country: US
|
1062
|
-
:
|
1460
|
+
:timezones:
|
1461
|
+
- US/Hawaii
|
1063
1462
|
:location: HI
|
1064
1463
|
809:
|
1065
|
-
:country:
|
1066
|
-
:
|
1464
|
+
:country: DOMINICAN REPUBLIC
|
1465
|
+
:timezones:
|
1466
|
+
- America/Virgin
|
1467
|
+
:location: US
|
1067
1468
|
810:
|
1068
1469
|
:country: US
|
1069
|
-
:
|
1470
|
+
:timezones:
|
1471
|
+
- US/Eastern
|
1070
1472
|
:location: MI
|
1071
1473
|
812:
|
1072
1474
|
:country: US
|
1073
|
-
:
|
1475
|
+
:timezones:
|
1476
|
+
- US/Eastern
|
1477
|
+
- US/Central
|
1074
1478
|
:location: IN
|
1075
1479
|
813:
|
1076
1480
|
:country: US
|
1077
|
-
:
|
1481
|
+
:timezones:
|
1482
|
+
- US/Eastern
|
1078
1483
|
:location: FL
|
1079
1484
|
814:
|
1080
1485
|
:country: US
|
1081
|
-
:
|
1486
|
+
:timezones:
|
1487
|
+
- US/Eastern
|
1082
1488
|
:location: PA
|
1083
1489
|
815:
|
1084
1490
|
:country: US
|
1085
|
-
:
|
1491
|
+
:timezones:
|
1492
|
+
- US/Central
|
1086
1493
|
:location: IL
|
1087
1494
|
816:
|
1088
1495
|
:country: US
|
1089
|
-
:
|
1496
|
+
:timezones:
|
1497
|
+
- US/Central
|
1090
1498
|
:location: MO
|
1091
1499
|
817:
|
1092
1500
|
:country: US
|
1093
|
-
:
|
1501
|
+
:timezones:
|
1502
|
+
- US/Central
|
1094
1503
|
:location: TX
|
1095
1504
|
818:
|
1096
1505
|
:country: US
|
1097
|
-
:
|
1506
|
+
:timezones:
|
1507
|
+
- US/Pacific
|
1098
1508
|
:location: CA
|
1099
1509
|
819:
|
1100
1510
|
:country: CANADA
|
1101
|
-
:
|
1102
|
-
|
1511
|
+
:timezones:
|
1512
|
+
- Canada/Eastern
|
1513
|
+
:location: QUEBEC
|
1103
1514
|
828:
|
1104
1515
|
:country: US
|
1105
|
-
:
|
1516
|
+
:timezones:
|
1517
|
+
- US/Eastern
|
1106
1518
|
:location: NC
|
1107
1519
|
829:
|
1108
|
-
:country:
|
1109
|
-
:
|
1520
|
+
:country: DOMINICAN REPUBLIC
|
1521
|
+
:timezones:
|
1522
|
+
- America/Virgin
|
1523
|
+
:location: US
|
1110
1524
|
830:
|
1111
1525
|
:country: US
|
1112
|
-
:
|
1526
|
+
:timezones:
|
1527
|
+
- US/Central
|
1113
1528
|
:location: TX
|
1114
1529
|
831:
|
1115
1530
|
:country: US
|
1116
|
-
:
|
1531
|
+
:timezones:
|
1532
|
+
- US/Pacific
|
1117
1533
|
:location: CA
|
1118
1534
|
832:
|
1119
1535
|
:country: US
|
1120
|
-
:
|
1536
|
+
:timezones:
|
1537
|
+
- US/Central
|
1121
1538
|
:location: TX
|
1122
1539
|
843:
|
1123
1540
|
:country: US
|
1124
|
-
:
|
1541
|
+
:timezones:
|
1542
|
+
- US/Eastern
|
1125
1543
|
:location: SC
|
1544
|
+
844:
|
1545
|
+
:country:
|
1546
|
+
:location: US
|
1126
1547
|
845:
|
1127
1548
|
:country: US
|
1128
|
-
:
|
1549
|
+
:timezones:
|
1550
|
+
- US/Eastern
|
1129
1551
|
:location: NY
|
1130
1552
|
847:
|
1131
1553
|
:country: US
|
1132
|
-
:
|
1554
|
+
:timezones:
|
1555
|
+
- US/Central
|
1133
1556
|
:location: IL
|
1134
1557
|
848:
|
1135
1558
|
:country: US
|
1136
|
-
:
|
1559
|
+
:timezones:
|
1560
|
+
- US/Eastern
|
1137
1561
|
:location: NJ
|
1138
1562
|
849:
|
1139
|
-
:country:
|
1140
|
-
:
|
1563
|
+
:country: DOMINICAN REPUBLIC
|
1564
|
+
:timezones:
|
1565
|
+
- America/Virgin
|
1566
|
+
:location: US
|
1141
1567
|
850:
|
1142
1568
|
:country: US
|
1143
|
-
:
|
1569
|
+
:timezones:
|
1570
|
+
- US/Eastern
|
1571
|
+
- US/Central
|
1144
1572
|
:location: FL
|
1145
|
-
|
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
|
-
:
|
1583
|
+
:timezones:
|
1584
|
+
- US/Eastern
|
1149
1585
|
:location: NJ
|
1150
1586
|
857:
|
1151
1587
|
:country: US
|
1152
|
-
:
|
1588
|
+
:timezones:
|
1589
|
+
- US/Eastern
|
1153
1590
|
:location: MA
|
1154
1591
|
858:
|
1155
1592
|
:country: US
|
1156
|
-
:
|
1593
|
+
:timezones:
|
1594
|
+
- US/Pacific
|
1157
1595
|
:location: CA
|
1158
1596
|
859:
|
1159
1597
|
:country: US
|
1160
|
-
:
|
1598
|
+
:timezones:
|
1599
|
+
- US/Eastern
|
1161
1600
|
:location: KY
|
1162
1601
|
860:
|
1163
1602
|
:country: US
|
1164
|
-
:
|
1603
|
+
:timezones:
|
1604
|
+
- US/Eastern
|
1165
1605
|
:location: CT
|
1166
1606
|
862:
|
1167
1607
|
:country: US
|
1168
|
-
:
|
1608
|
+
:timezones:
|
1609
|
+
- US/Eastern
|
1169
1610
|
:location: NJ
|
1170
1611
|
863:
|
1171
1612
|
:country: US
|
1172
|
-
:
|
1613
|
+
:timezones:
|
1614
|
+
- US/Eastern
|
1173
1615
|
:location: FL
|
1174
1616
|
864:
|
1175
1617
|
:country: US
|
1176
|
-
:
|
1618
|
+
:timezones:
|
1619
|
+
- US/Eastern
|
1177
1620
|
:location: SC
|
1178
1621
|
865:
|
1179
1622
|
:country: US
|
1180
|
-
:
|
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
|
-
:
|
1186
|
-
|
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
|
-
:
|
1190
|
-
|
1638
|
+
:timezones:
|
1639
|
+
- America/Virgin
|
1640
|
+
:location: TRINIDAD & TOBAGO
|
1191
1641
|
869:
|
1192
1642
|
:country: ST. KITTS AND NEVIS
|
1193
|
-
:
|
1194
|
-
|
1643
|
+
:timezones:
|
1644
|
+
- America/Virgin
|
1645
|
+
:location: ST. KITTS & NEVIS
|
1195
1646
|
870:
|
1196
1647
|
:country: US
|
1197
|
-
:
|
1648
|
+
:timezones:
|
1649
|
+
- US/Central
|
1198
1650
|
:location: AR
|
1199
1651
|
872:
|
1200
1652
|
:country: US
|
1201
|
-
:
|
1653
|
+
:timezones:
|
1654
|
+
- US/Central
|
1202
1655
|
:location: IL
|
1203
1656
|
873:
|
1204
1657
|
:country: CANADA
|
1205
|
-
:
|
1206
|
-
|
1658
|
+
:timezones:
|
1659
|
+
- Canada/Eastern
|
1660
|
+
:location: QUEBEC
|
1207
1661
|
876:
|
1208
1662
|
:country: JAMAICA
|
1209
|
-
:
|
1210
|
-
|
1663
|
+
:timezones:
|
1664
|
+
- America/Jamaica
|
1665
|
+
:location: US
|
1666
|
+
877:
|
1667
|
+
:country:
|
1668
|
+
:location: US
|
1211
1669
|
878:
|
1212
1670
|
:country: US
|
1213
|
-
:
|
1671
|
+
:timezones:
|
1672
|
+
- US/Eastern
|
1214
1673
|
:location: PA
|
1215
|
-
888:
|
1216
|
-
|
1674
|
+
888:
|
1675
|
+
:country:
|
1676
|
+
:location: US
|
1677
|
+
900:
|
1678
|
+
:country:
|
1679
|
+
:location: US
|
1217
1680
|
901:
|
1218
1681
|
:country: US
|
1219
|
-
:
|
1682
|
+
:timezones:
|
1683
|
+
- US/Central
|
1220
1684
|
:location: TN
|
1221
1685
|
902:
|
1222
1686
|
:country: CANADA
|
1223
|
-
:
|
1224
|
-
|
1687
|
+
:timezones:
|
1688
|
+
- Canada/Atlantic
|
1689
|
+
:location: NOVA SCOTIA - PRINCE EDWARD ISLAND
|
1225
1690
|
903:
|
1226
1691
|
:country: US
|
1227
|
-
:
|
1692
|
+
:timezones:
|
1693
|
+
- US/Central
|
1228
1694
|
:location: TX
|
1229
1695
|
904:
|
1230
1696
|
:country: US
|
1231
|
-
:
|
1697
|
+
:timezones:
|
1698
|
+
- US/Eastern
|
1232
1699
|
:location: FL
|
1233
1700
|
905:
|
1234
1701
|
:country: CANADA
|
1235
|
-
:
|
1236
|
-
|
1702
|
+
:timezones:
|
1703
|
+
- Canada/Eastern
|
1704
|
+
:location: ONTARIO
|
1237
1705
|
906:
|
1238
1706
|
:country: US
|
1239
|
-
:
|
1707
|
+
:timezones:
|
1708
|
+
- US/Eastern
|
1709
|
+
- US/Central
|
1240
1710
|
:location: MI
|
1241
1711
|
907:
|
1242
1712
|
:country: US
|
1243
|
-
:
|
1713
|
+
:timezones:
|
1714
|
+
- US/Alaska
|
1244
1715
|
:location: AK
|
1245
1716
|
908:
|
1246
1717
|
:country: US
|
1247
|
-
:
|
1718
|
+
:timezones:
|
1719
|
+
- US/Eastern
|
1248
1720
|
:location: NJ
|
1249
1721
|
909:
|
1250
1722
|
:country: US
|
1251
|
-
:
|
1723
|
+
:timezones:
|
1724
|
+
- US/Pacific
|
1252
1725
|
:location: CA
|
1253
1726
|
910:
|
1254
1727
|
:country: US
|
1255
|
-
:
|
1728
|
+
:timezones:
|
1729
|
+
- US/Eastern
|
1256
1730
|
:location: NC
|
1257
1731
|
912:
|
1258
1732
|
:country: US
|
1259
|
-
:
|
1733
|
+
:timezones:
|
1734
|
+
- US/Eastern
|
1260
1735
|
:location: GA
|
1261
1736
|
913:
|
1262
1737
|
:country: US
|
1263
|
-
:
|
1738
|
+
:timezones:
|
1739
|
+
- US/Central
|
1264
1740
|
:location: KS
|
1265
1741
|
914:
|
1266
1742
|
:country: US
|
1267
|
-
:
|
1743
|
+
:timezones:
|
1744
|
+
- US/Eastern
|
1268
1745
|
:location: NY
|
1269
1746
|
915:
|
1270
1747
|
:country: US
|
1271
|
-
:
|
1748
|
+
:timezones:
|
1749
|
+
- US/Central
|
1750
|
+
- US/Mountain
|
1272
1751
|
:location: TX
|
1273
1752
|
916:
|
1274
1753
|
:country: US
|
1275
|
-
:
|
1754
|
+
:timezones:
|
1755
|
+
- US/Pacific
|
1276
1756
|
:location: CA
|
1277
1757
|
917:
|
1278
1758
|
:country: US
|
1279
|
-
:
|
1759
|
+
:timezones:
|
1760
|
+
- US/Eastern
|
1280
1761
|
:location: NY
|
1281
1762
|
918:
|
1282
1763
|
:country: US
|
1283
|
-
:
|
1764
|
+
:timezones:
|
1765
|
+
- US/Central
|
1284
1766
|
:location: OK
|
1285
1767
|
919:
|
1286
1768
|
:country: US
|
1287
|
-
:
|
1769
|
+
:timezones:
|
1770
|
+
- US/Eastern
|
1288
1771
|
:location: NC
|
1289
1772
|
920:
|
1290
1773
|
:country: US
|
1291
|
-
:
|
1774
|
+
:timezones:
|
1775
|
+
- US/Central
|
1292
1776
|
:location: WI
|
1293
1777
|
925:
|
1294
1778
|
:country: US
|
1295
|
-
:
|
1779
|
+
:timezones:
|
1780
|
+
- US/Pacific
|
1296
1781
|
:location: CA
|
1297
1782
|
928:
|
1298
1783
|
:country: US
|
1299
|
-
:
|
1784
|
+
:timezones:
|
1785
|
+
- US/Mountain
|
1300
1786
|
:location: AZ
|
1301
1787
|
929:
|
1302
1788
|
:country: US
|
1303
|
-
:
|
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
|
-
:
|
1799
|
+
:timezones:
|
1800
|
+
- US/Eastern
|
1801
|
+
- US/Central
|
1308
1802
|
:location: TN
|
1309
1803
|
936:
|
1310
1804
|
:country: US
|
1311
|
-
:
|
1805
|
+
:timezones:
|
1806
|
+
- US/Central
|
1312
1807
|
:location: TX
|
1313
1808
|
937:
|
1314
1809
|
:country: US
|
1315
|
-
:
|
1810
|
+
:timezones:
|
1811
|
+
- US/Eastern
|
1316
1812
|
:location: OH
|
1317
1813
|
938:
|
1318
1814
|
:country: US
|
1319
|
-
:
|
1815
|
+
:timezones:
|
1816
|
+
- US/Central
|
1320
1817
|
:location: AL
|
1321
1818
|
939:
|
1322
1819
|
:country: US
|
1323
|
-
:
|
1324
|
-
|
1820
|
+
:timezones:
|
1821
|
+
- America/Puerto_Rico
|
1822
|
+
:location: PUERTO RICO
|
1325
1823
|
940:
|
1326
1824
|
:country: US
|
1327
|
-
:
|
1825
|
+
:timezones:
|
1826
|
+
- US/Central
|
1328
1827
|
:location: TX
|
1329
1828
|
941:
|
1330
1829
|
:country: US
|
1331
|
-
:
|
1830
|
+
:timezones:
|
1831
|
+
- US/Eastern
|
1332
1832
|
:location: FL
|
1333
1833
|
947:
|
1334
1834
|
:country: US
|
1335
|
-
:
|
1835
|
+
:timezones:
|
1836
|
+
- US/Eastern
|
1336
1837
|
:location: MI
|
1337
1838
|
949:
|
1338
1839
|
:country: US
|
1339
|
-
:
|
1840
|
+
:timezones:
|
1841
|
+
- US/Pacific
|
1340
1842
|
:location: CA
|
1341
1843
|
951:
|
1342
1844
|
:country: US
|
1343
|
-
:
|
1845
|
+
:timezones:
|
1846
|
+
- US/Pacific
|
1344
1847
|
:location: CA
|
1345
1848
|
952:
|
1346
1849
|
:country: US
|
1347
|
-
:
|
1850
|
+
:timezones:
|
1851
|
+
- US/Central
|
1348
1852
|
:location: MN
|
1349
1853
|
954:
|
1350
1854
|
:country: US
|
1351
|
-
:
|
1855
|
+
:timezones:
|
1856
|
+
- US/Eastern
|
1352
1857
|
:location: FL
|
1353
1858
|
956:
|
1354
1859
|
:country: US
|
1355
|
-
:
|
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
|
-
:
|
1870
|
+
:timezones:
|
1871
|
+
- US/Mountain
|
1360
1872
|
:location: CO
|
1361
1873
|
971:
|
1362
1874
|
:country: US
|
1363
|
-
:
|
1875
|
+
:timezones:
|
1876
|
+
- US/Pacific
|
1364
1877
|
:location: OR
|
1365
1878
|
972:
|
1366
1879
|
:country: US
|
1367
|
-
:
|
1880
|
+
:timezones:
|
1881
|
+
- US/Central
|
1368
1882
|
:location: TX
|
1369
1883
|
973:
|
1370
1884
|
:country: US
|
1371
|
-
:
|
1885
|
+
:timezones:
|
1886
|
+
- US/Eastern
|
1372
1887
|
:location: NJ
|
1373
1888
|
978:
|
1374
1889
|
:country: US
|
1375
|
-
:
|
1890
|
+
:timezones:
|
1891
|
+
- US/Eastern
|
1376
1892
|
:location: MA
|
1377
1893
|
979:
|
1378
1894
|
:country: US
|
1379
|
-
:
|
1895
|
+
:timezones:
|
1896
|
+
- US/Central
|
1380
1897
|
:location: TX
|
1381
1898
|
980:
|
1382
1899
|
:country: US
|
1383
|
-
:
|
1900
|
+
:timezones:
|
1901
|
+
- US/Eastern
|
1384
1902
|
:location: NC
|
1385
1903
|
984:
|
1386
1904
|
:country: US
|
1387
|
-
:
|
1905
|
+
:timezones:
|
1906
|
+
- US/Eastern
|
1388
1907
|
:location: NC
|
1389
1908
|
985:
|
1390
1909
|
:country: US
|
1391
|
-
:
|
1910
|
+
:timezones:
|
1911
|
+
- US/Central
|
1392
1912
|
:location: LA
|
1393
1913
|
989:
|
1394
1914
|
:country: US
|
1395
|
-
:
|
1915
|
+
:timezones:
|
1916
|
+
- US/Eastern
|
1396
1917
|
:location: MI
|