tzinfo-data 1.2013.4 → 1.2013.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.yardopts +7 -0
- data/README.md +40 -0
- data/lib/tzinfo/data.rb +7 -0
- data/lib/tzinfo/data/definitions/Africa/Juba.rb +1 -41
- data/lib/tzinfo/data/definitions/America/Anguilla.rb +1 -6
- data/lib/tzinfo/data/definitions/America/Argentina/San_Luis.rb +1 -1
- data/lib/tzinfo/data/definitions/America/Aruba.rb +1 -8
- data/lib/tzinfo/data/definitions/America/Cayman.rb +2 -2
- data/lib/tzinfo/data/definitions/America/Dominica.rb +1 -6
- data/lib/tzinfo/data/definitions/America/Grand_Turk.rb +2 -2
- data/lib/tzinfo/data/definitions/America/Grenada.rb +1 -6
- data/lib/tzinfo/data/definitions/America/Guadeloupe.rb +1 -6
- data/lib/tzinfo/data/definitions/America/Jamaica.rb +4 -4
- data/lib/tzinfo/data/definitions/America/Marigot.rb +1 -1
- data/lib/tzinfo/data/definitions/America/Montserrat.rb +1 -6
- data/lib/tzinfo/data/definitions/America/St_Barthelemy.rb +1 -1
- data/lib/tzinfo/data/definitions/America/St_Kitts.rb +1 -6
- data/lib/tzinfo/data/definitions/America/St_Lucia.rb +1 -8
- data/lib/tzinfo/data/definitions/America/St_Thomas.rb +1 -6
- data/lib/tzinfo/data/definitions/America/St_Vincent.rb +1 -8
- data/lib/tzinfo/data/definitions/America/Tortola.rb +1 -6
- data/lib/tzinfo/data/definitions/America/Virgin.rb +1 -1
- data/lib/tzinfo/data/definitions/Antarctica/McMurdo.rb +1 -185
- data/lib/tzinfo/data/definitions/Antarctica/South_Pole.rb +1 -1
- data/lib/tzinfo/data/definitions/Asia/Dili.rb +1 -1
- data/lib/tzinfo/data/definitions/Asia/Jakarta.rb +4 -4
- data/lib/tzinfo/data/definitions/Asia/Jayapura.rb +1 -1
- data/lib/tzinfo/data/definitions/Asia/Makassar.rb +1 -1
- data/lib/tzinfo/data/definitions/Asia/Pontianak.rb +4 -4
- data/lib/tzinfo/data/definitions/Europe/Vaduz.rb +1 -173
- data/lib/tzinfo/data/definitions/Europe/Zurich.rb +3 -3
- data/lib/tzinfo/data/definitions/Pacific/Fiji.rb +22 -22
- data/lib/tzinfo/data/definitions/Pacific/Johnston.rb +1 -4
- data/lib/tzinfo/data/indexes/countries.rb +5 -8
- data/lib/tzinfo/data/indexes/timezones.rb +15 -15
- data/lib/tzinfo/data/tzdataparser.rb +42 -3
- data/lib/tzinfo/data/version.rb +1 -1
- metadata +34 -7
- metadata.gz.sig +2 -0
- data/README +0 -36
@@ -35,7 +35,7 @@ module TZInfo
|
|
35
35
|
timezone 'Africa/Gaborone'
|
36
36
|
timezone 'Africa/Harare'
|
37
37
|
timezone 'Africa/Johannesburg'
|
38
|
-
|
38
|
+
linked_timezone 'Africa/Juba'
|
39
39
|
timezone 'Africa/Kampala'
|
40
40
|
timezone 'Africa/Khartoum'
|
41
41
|
timezone 'Africa/Kigali'
|
@@ -65,7 +65,7 @@ module TZInfo
|
|
65
65
|
timezone 'Africa/Windhoek'
|
66
66
|
timezone 'America/Adak'
|
67
67
|
timezone 'America/Anchorage'
|
68
|
-
|
68
|
+
linked_timezone 'America/Anguilla'
|
69
69
|
timezone 'America/Antigua'
|
70
70
|
timezone 'America/Araguaina'
|
71
71
|
timezone 'America/Argentina/Buenos_Aires'
|
@@ -81,7 +81,7 @@ module TZInfo
|
|
81
81
|
timezone 'America/Argentina/San_Luis'
|
82
82
|
timezone 'America/Argentina/Tucuman'
|
83
83
|
timezone 'America/Argentina/Ushuaia'
|
84
|
-
|
84
|
+
linked_timezone 'America/Aruba'
|
85
85
|
timezone 'America/Asuncion'
|
86
86
|
timezone 'America/Atikokan'
|
87
87
|
linked_timezone 'America/Atka'
|
@@ -115,7 +115,7 @@ module TZInfo
|
|
115
115
|
timezone 'America/Dawson_Creek'
|
116
116
|
timezone 'America/Denver'
|
117
117
|
timezone 'America/Detroit'
|
118
|
-
|
118
|
+
linked_timezone 'America/Dominica'
|
119
119
|
timezone 'America/Edmonton'
|
120
120
|
timezone 'America/Eirunepe'
|
121
121
|
timezone 'America/El_Salvador'
|
@@ -126,8 +126,8 @@ module TZInfo
|
|
126
126
|
timezone 'America/Godthab'
|
127
127
|
timezone 'America/Goose_Bay'
|
128
128
|
timezone 'America/Grand_Turk'
|
129
|
-
|
130
|
-
|
129
|
+
linked_timezone 'America/Grenada'
|
130
|
+
linked_timezone 'America/Guadeloupe'
|
131
131
|
timezone 'America/Guatemala'
|
132
132
|
timezone 'America/Guayaquil'
|
133
133
|
timezone 'America/Guyana'
|
@@ -174,7 +174,7 @@ module TZInfo
|
|
174
174
|
timezone 'America/Monterrey'
|
175
175
|
timezone 'America/Montevideo'
|
176
176
|
timezone 'America/Montreal'
|
177
|
-
|
177
|
+
linked_timezone 'America/Montserrat'
|
178
178
|
timezone 'America/Nassau'
|
179
179
|
timezone 'America/New_York'
|
180
180
|
timezone 'America/Nipigon'
|
@@ -210,17 +210,17 @@ module TZInfo
|
|
210
210
|
timezone 'America/Sitka'
|
211
211
|
linked_timezone 'America/St_Barthelemy'
|
212
212
|
timezone 'America/St_Johns'
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
213
|
+
linked_timezone 'America/St_Kitts'
|
214
|
+
linked_timezone 'America/St_Lucia'
|
215
|
+
linked_timezone 'America/St_Thomas'
|
216
|
+
linked_timezone 'America/St_Vincent'
|
217
217
|
timezone 'America/Swift_Current'
|
218
218
|
timezone 'America/Tegucigalpa'
|
219
219
|
timezone 'America/Thule'
|
220
220
|
timezone 'America/Thunder_Bay'
|
221
221
|
timezone 'America/Tijuana'
|
222
222
|
timezone 'America/Toronto'
|
223
|
-
|
223
|
+
linked_timezone 'America/Tortola'
|
224
224
|
timezone 'America/Vancouver'
|
225
225
|
linked_timezone 'America/Virgin'
|
226
226
|
timezone 'America/Whitehorse'
|
@@ -232,7 +232,7 @@ module TZInfo
|
|
232
232
|
timezone 'Antarctica/DumontDUrville'
|
233
233
|
timezone 'Antarctica/Macquarie'
|
234
234
|
timezone 'Antarctica/Mawson'
|
235
|
-
|
235
|
+
linked_timezone 'Antarctica/McMurdo'
|
236
236
|
timezone 'Antarctica/Palmer'
|
237
237
|
timezone 'Antarctica/Rothera'
|
238
238
|
linked_timezone 'Antarctica/South_Pole'
|
@@ -476,7 +476,7 @@ module TZInfo
|
|
476
476
|
timezone 'Europe/Tirane'
|
477
477
|
linked_timezone 'Europe/Tiraspol'
|
478
478
|
timezone 'Europe/Uzhgorod'
|
479
|
-
|
479
|
+
linked_timezone 'Europe/Vaduz'
|
480
480
|
linked_timezone 'Europe/Vatican'
|
481
481
|
timezone 'Europe/Vienna'
|
482
482
|
timezone 'Europe/Vilnius'
|
@@ -541,7 +541,7 @@ module TZInfo
|
|
541
541
|
timezone 'Pacific/Guadalcanal'
|
542
542
|
timezone 'Pacific/Guam'
|
543
543
|
timezone 'Pacific/Honolulu'
|
544
|
-
|
544
|
+
linked_timezone 'Pacific/Johnston'
|
545
545
|
timezone 'Pacific/Kiritimati'
|
546
546
|
timezone 'Pacific/Kosrae'
|
547
547
|
timezone 'Pacific/Kwajalein'
|
@@ -27,6 +27,8 @@ module TZInfo
|
|
27
27
|
module Data
|
28
28
|
|
29
29
|
# Utility methods used by TZDataParser and associated classes.
|
30
|
+
#
|
31
|
+
# @private
|
30
32
|
module TZDataParserUtils #:nodoc:
|
31
33
|
|
32
34
|
begin
|
@@ -205,7 +207,7 @@ module TZInfo
|
|
205
207
|
|
206
208
|
private
|
207
209
|
# Loads all the Rule definitions from the tz data and stores them in
|
208
|
-
#
|
210
|
+
# the rule_sets instance variable.
|
209
211
|
def load_rules(file)
|
210
212
|
puts 'load_rules: ' + file
|
211
213
|
|
@@ -304,7 +306,7 @@ module TZInfo
|
|
304
306
|
end
|
305
307
|
|
306
308
|
# Loads countries from iso3166.tab and zone.tab and stores the result in
|
307
|
-
#
|
309
|
+
# the countries instance variable.
|
308
310
|
def load_countries
|
309
311
|
puts 'load_countries'
|
310
312
|
|
@@ -411,6 +413,8 @@ module TZInfo
|
|
411
413
|
end
|
412
414
|
|
413
415
|
# Base class for all rule sets.
|
416
|
+
#
|
417
|
+
# @private
|
414
418
|
class TZDataRules #:nodoc:
|
415
419
|
# Name of the rule set, e.g. EU.
|
416
420
|
attr_reader :name
|
@@ -425,6 +429,8 @@ module TZInfo
|
|
425
429
|
end
|
426
430
|
|
427
431
|
# Empty rule set with a fixed daylight savings (std) offset.
|
432
|
+
#
|
433
|
+
# @private
|
428
434
|
class TZDataFixedOffsetRules < TZDataRules #:nodoc:
|
429
435
|
attr_reader :offset
|
430
436
|
|
@@ -435,6 +441,8 @@ module TZInfo
|
|
435
441
|
end
|
436
442
|
|
437
443
|
# An empty set of rules.
|
444
|
+
#
|
445
|
+
# @private
|
438
446
|
class TZDataNoRules < TZDataRules #:nodoc:
|
439
447
|
def initialize
|
440
448
|
super('-')
|
@@ -442,6 +450,8 @@ module TZInfo
|
|
442
450
|
end
|
443
451
|
|
444
452
|
# A rule set (as defined by Rule name in the tz data).
|
453
|
+
#
|
454
|
+
# @private
|
445
455
|
class TZDataRuleSet < TZDataRules #:nodoc:
|
446
456
|
attr_reader :rules
|
447
457
|
|
@@ -465,6 +475,8 @@ module TZInfo
|
|
465
475
|
end
|
466
476
|
|
467
477
|
# A rule in a RuleSet (a single Rule line in the tz data).
|
478
|
+
#
|
479
|
+
# @private
|
468
480
|
class TZDataRule #:nodoc:
|
469
481
|
include TZDataParserUtils
|
470
482
|
|
@@ -548,6 +560,8 @@ module TZInfo
|
|
548
560
|
end
|
549
561
|
|
550
562
|
# Base class for Zones and Links.
|
563
|
+
#
|
564
|
+
# @private
|
551
565
|
class TZDataDefinition #:nodoc:
|
552
566
|
include TZDataParserUtils
|
553
567
|
|
@@ -621,6 +635,8 @@ module TZInfo
|
|
621
635
|
end
|
622
636
|
|
623
637
|
# A tz data Link.
|
638
|
+
#
|
639
|
+
# @private
|
624
640
|
class TZDataLink < TZDataDefinition #:nodoc:
|
625
641
|
include TZDataParserUtils
|
626
642
|
|
@@ -647,6 +663,8 @@ module TZInfo
|
|
647
663
|
end
|
648
664
|
|
649
665
|
# A tz data Zone. Each line from the tz data is loaded as a TZDataObservance.
|
666
|
+
#
|
667
|
+
# @private
|
650
668
|
class TZDataZone < TZDataDefinition #:nodoc:
|
651
669
|
include TZDataParserUtils
|
652
670
|
|
@@ -780,6 +798,8 @@ module TZInfo
|
|
780
798
|
end
|
781
799
|
|
782
800
|
# A observance within a zone (a line within the zone definition).
|
801
|
+
#
|
802
|
+
# @private
|
783
803
|
class TZDataObservance #:nodoc:
|
784
804
|
include TZDataParserUtils
|
785
805
|
|
@@ -805,6 +825,8 @@ module TZInfo
|
|
805
825
|
end
|
806
826
|
|
807
827
|
# Collection of TZDataTransition instances used when building a zone class.
|
828
|
+
#
|
829
|
+
# @private
|
808
830
|
class TZDataTransitions #:nodoc:
|
809
831
|
include TZDataParserUtils
|
810
832
|
|
@@ -941,6 +963,8 @@ module TZInfo
|
|
941
963
|
end
|
942
964
|
|
943
965
|
# A transition that will be used to write the periods in a zone class.
|
966
|
+
#
|
967
|
+
# @private
|
944
968
|
class TZDataTransition #:nodoc:
|
945
969
|
include Comparable
|
946
970
|
|
@@ -1005,6 +1029,8 @@ module TZInfo
|
|
1005
1029
|
end
|
1006
1030
|
|
1007
1031
|
# An instance of a rule for a year.
|
1032
|
+
#
|
1033
|
+
# @private
|
1008
1034
|
class TZDataActivatedRule #:nodoc:
|
1009
1035
|
attr_reader :rule
|
1010
1036
|
attr_reader :year
|
@@ -1023,6 +1049,8 @@ module TZInfo
|
|
1023
1049
|
|
1024
1050
|
# A tz data time definition - an hour, minute, second and reference. Reference
|
1025
1051
|
# is either :utc, :standard or :wall_clock.
|
1052
|
+
#
|
1053
|
+
# @private
|
1026
1054
|
class TZDataTime #:nodoc:
|
1027
1055
|
attr_reader :hour
|
1028
1056
|
attr_reader :minute
|
@@ -1057,6 +1085,8 @@ module TZInfo
|
|
1057
1085
|
|
1058
1086
|
# A tz data day of the month reference. Can either be an absolute day,
|
1059
1087
|
# a last week day or a week day >= or <= than a specific day of month.
|
1088
|
+
#
|
1089
|
+
# @private
|
1060
1090
|
class TZDataDayOfMonth #:nodoc:
|
1061
1091
|
attr_reader :type
|
1062
1092
|
attr_reader :day_of_month
|
@@ -1141,6 +1171,8 @@ module TZInfo
|
|
1141
1171
|
end
|
1142
1172
|
|
1143
1173
|
# A tz data Zone until reference.
|
1174
|
+
#
|
1175
|
+
# @private
|
1144
1176
|
class TZDataUntil #:nodoc:
|
1145
1177
|
include TZDataParserUtils
|
1146
1178
|
|
@@ -1167,6 +1199,8 @@ module TZInfo
|
|
1167
1199
|
|
1168
1200
|
# A tz data Zone format string. Either alternate standard/daylight-savings,
|
1169
1201
|
# substitution (%s) format or a fixed string.
|
1202
|
+
#
|
1203
|
+
# @private
|
1170
1204
|
class TZDataFormat #:nodoc:
|
1171
1205
|
def initialize(spec)
|
1172
1206
|
if spec =~ /([A-z]+)\/([A-z]+)/
|
@@ -1209,6 +1243,8 @@ module TZInfo
|
|
1209
1243
|
end
|
1210
1244
|
|
1211
1245
|
# A location (latitude + longitude)
|
1246
|
+
#
|
1247
|
+
# @private
|
1212
1248
|
class TZDataLocation #:nodoc:
|
1213
1249
|
attr_reader :latitude
|
1214
1250
|
attr_reader :longitude
|
@@ -1231,10 +1267,13 @@ module TZInfo
|
|
1231
1267
|
@longitude = -@longitude if $5 == '-'
|
1232
1268
|
end
|
1233
1269
|
end
|
1234
|
-
|
1270
|
+
|
1271
|
+
# @private
|
1235
1272
|
TZDataCountryTimezone = Struct.new(:timezone, :description, :location) #:nodoc:
|
1236
1273
|
|
1237
1274
|
# An ISO 3166 country.
|
1275
|
+
#
|
1276
|
+
# @private
|
1238
1277
|
class TZDataCountry #:nodoc:
|
1239
1278
|
include TZDataParserUtils
|
1240
1279
|
|
data/lib/tzinfo/data/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,36 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tzinfo-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2013.
|
4
|
+
version: 1.2013.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philip Ross
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
|
-
cert_chain:
|
11
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlwaGls
|
14
|
+
LnJvc3MxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
|
15
|
+
bTAeFw0xMzA5MjUyMTA0NTNaFw0xNDA5MjUyMTA0NTNaMEAxEjAQBgNVBAMMCXBo
|
16
|
+
aWwucm9zczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
|
17
|
+
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZzB+qfhmyY+XRvU
|
18
|
+
u310LMTGsTkR4/8JFCMF0YeQX6ZKmLr1fKzF3At1+DlI+v0t/G2FS6Dic0V3l8MK
|
19
|
+
JczyFh72NANOaQhAo0GHh8WkaeCf2DLL5K6YJeLpvkvp39oxzn00A4zosnzxM50f
|
20
|
+
Xrjx2HmurcJQurzafeCDj67QccaNE+5H+mcIVAJlsA1h1f5QFZ3SqQ4mf8St40pE
|
21
|
+
6YR4ev/Eq6Hb8aUoUq30otxbeHAEHh8cdVhTNFq7sPWb0psQRF2D/+o0MLgHt8PY
|
22
|
+
EUm49szlLsnjVXAMCHU7wH9CmDR/5Lzcrgqh3DgyI8ay6DnlSQ213eYZH/Nkn1Yz
|
23
|
+
TcNLCQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
|
24
|
+
D5nzO9/MG4B6ygch/Pv6PF9Q5x8wHgYDVR0RBBcwFYETcGhpbC5yb3NzQGdtYWls
|
25
|
+
LmNvbTAeBgNVHRIEFzAVgRNwaGlsLnJvc3NAZ21haWwuY29tMA0GCSqGSIb3DQEB
|
26
|
+
BQUAA4IBAQAKZJXA++aLjISMKZea4PmXuH93YbMxoyBby3SRfwvLh7cBMEiCy5fu
|
27
|
+
xYR46qa9ixC6JyVuxAWA2AGHLOqabKkq6AxntqIk1OAnZGBNRuCnLYzSx+6YDjaY
|
28
|
+
ZcAmqPdS0Adj+1lNc+MgHiMrMLimNO4Cur4w4zYNZFvQan78WtLnwiaYPM2Tke1B
|
29
|
+
UVjGvQVkM6gVIVH3937au2iHpJAehbhkEbgM02knNemiNwi58j7pMS9MhelxJxdz
|
30
|
+
fs7XSYlwQp0zY7PFSMwJeBpQFDBnShcweRQ+0QdUUS4FHrwfXex0QsXp9UROUX+4
|
31
|
+
6BVw9ZDNFnDH4PQjZGbdwanB7kzm+TEi
|
32
|
+
-----END CERTIFICATE-----
|
33
|
+
date: 2013-09-25 00:00:00.000000000 Z
|
12
34
|
dependencies:
|
13
35
|
- !ruby/object:Gem::Dependency
|
14
36
|
name: tzinfo
|
@@ -44,11 +66,12 @@ email: phil.ross@gmail.com
|
|
44
66
|
executables: []
|
45
67
|
extensions: []
|
46
68
|
extra_rdoc_files:
|
47
|
-
- README
|
69
|
+
- README.md
|
48
70
|
- LICENSE
|
49
71
|
files:
|
50
72
|
- LICENSE
|
51
|
-
- README
|
73
|
+
- README.md
|
74
|
+
- .yardopts
|
52
75
|
- lib/tzinfo/data.rb
|
53
76
|
- lib/tzinfo/data/definitions/ROC.rb
|
54
77
|
- lib/tzinfo/data/definitions/CET.rb
|
@@ -638,12 +661,16 @@ files:
|
|
638
661
|
- lib/tzinfo/data/indexes/timezones.rb
|
639
662
|
- lib/tzinfo/data/indexes/countries.rb
|
640
663
|
- lib/tzinfo/data/tzdataparser.rb
|
641
|
-
homepage: http://tzinfo.
|
664
|
+
homepage: http://tzinfo.github.io
|
642
665
|
licenses:
|
643
666
|
- MIT
|
644
667
|
metadata: {}
|
645
668
|
post_install_message:
|
646
669
|
rdoc_options:
|
670
|
+
- --title
|
671
|
+
- TZInfo::Data
|
672
|
+
- --main
|
673
|
+
- README.md
|
647
674
|
- --exclude
|
648
675
|
- definitions
|
649
676
|
- --exclude
|
@@ -662,7 +689,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
662
689
|
version: '0'
|
663
690
|
requirements: []
|
664
691
|
rubyforge_project:
|
665
|
-
rubygems_version: 2.
|
692
|
+
rubygems_version: 2.1.4
|
666
693
|
signing_key:
|
667
694
|
specification_version: 4
|
668
695
|
summary: Timezone Data for TZInfo
|
metadata.gz.sig
ADDED
data/README
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
= TZInfo::Data - Timezone Data for TZInfo
|
2
|
-
|
3
|
-
TZInfo::Data is the public domain {IANA Time Zone Database}[http://www.iana.org/time-zones]
|
4
|
-
packaged as a set of Ruby modules for use with TZInfo[http://tzinfo.rubyforge.org].
|
5
|
-
|
6
|
-
If TZInfo::Data is installed, TZInfo will automatically use it as its source of
|
7
|
-
time zone data. If TZInfo::Data is not available, TZInfo will attempt to use the
|
8
|
-
system zoneinfo files instead. Please refer to the TZInfo documentation for
|
9
|
-
further details.
|
10
|
-
|
11
|
-
|
12
|
-
== Installation
|
13
|
-
|
14
|
-
The TZInfo::Data gem can be installed by running:
|
15
|
-
|
16
|
-
$ gem install tzinfo-data
|
17
|
-
|
18
|
-
|
19
|
-
== Download
|
20
|
-
|
21
|
-
Tar, Zip and RubyGem packages of TZInfo::Data can be downloaded from
|
22
|
-
http://rubyforge.org/frs/?group_id=894
|
23
|
-
|
24
|
-
|
25
|
-
== License
|
26
|
-
|
27
|
-
TZInfo::Data is released under the MIT license, see LICENSE for details.
|
28
|
-
|
29
|
-
Timezone data is based on the public domain
|
30
|
-
{IANA Time Zone Database}[http://www.iana.org/time-zones].
|
31
|
-
|
32
|
-
|
33
|
-
== Support
|
34
|
-
|
35
|
-
Please post to the {TZInfo Users mailing list}[http://rubyforge.org/mailman/listinfo/tzinfo-users]
|
36
|
-
if you require assistance or have any suggestions.
|