tzinfo 1.2.5 → 1.2.9
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of tzinfo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +3 -3
- data.tar.gz.sig +0 -0
- data/CHANGES.md +86 -48
- data/LICENSE +1 -1
- data/README.md +9 -8
- data/lib/tzinfo.rb +3 -0
- data/lib/tzinfo/annual_rules.rb +51 -0
- data/lib/tzinfo/data_source.rb +1 -1
- data/lib/tzinfo/posix_time_zone_parser.rb +136 -0
- data/lib/tzinfo/ruby_core_support.rb +24 -1
- data/lib/tzinfo/ruby_data_source.rb +24 -20
- data/lib/tzinfo/time_or_datetime.rb +11 -0
- data/lib/tzinfo/timezone.rb +10 -6
- data/lib/tzinfo/transition_rule.rb +325 -0
- data/lib/tzinfo/zoneinfo_data_source.rb +10 -1
- data/lib/tzinfo/zoneinfo_timezone_info.rb +264 -40
- data/test/tc_annual_rules.rb +95 -0
- data/test/tc_country.rb +6 -2
- data/test/tc_posix_time_zone_parser.rb +261 -0
- data/test/tc_ruby_data_source.rb +26 -2
- data/test/tc_time_or_datetime.rb +26 -6
- data/test/tc_timezone.rb +13 -2
- data/test/tc_transition_data_timezone_info.rb +11 -1
- data/test/tc_transition_rule.rb +663 -0
- data/test/tc_zoneinfo_data_source.rb +11 -2
- data/test/tc_zoneinfo_timezone_info.rb +1034 -113
- data/test/test_utils.rb +32 -3
- data/test/ts_all_zoneinfo.rb +3 -1
- data/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +5 -5
- data/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +13 -1
- data/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +13 -1
- data/test/tzinfo-data/tzinfo/data/definitions/EST.rb +1 -1
- data/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +2 -2
- data/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +2 -2
- data/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +1 -1
- data/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +15 -3
- data/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +13 -1
- data/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +13 -1
- data/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +15 -3
- data/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +19 -4
- data/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +1 -1
- data/test/tzinfo-data/tzinfo/data/indexes/countries.rb +197 -184
- data/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +60 -47
- data/test/tzinfo-data/tzinfo/data/version.rb +9 -3
- data/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/test/zoneinfo/America/New_York +0 -0
- data/test/zoneinfo/Australia/Melbourne +0 -0
- data/test/zoneinfo/EST +0 -0
- data/test/zoneinfo/Etc/UTC +0 -0
- data/test/zoneinfo/Europe/Amsterdam +0 -0
- data/test/zoneinfo/Europe/Andorra +0 -0
- data/test/zoneinfo/Europe/London +0 -0
- data/test/zoneinfo/Europe/Paris +0 -0
- data/test/zoneinfo/Europe/Prague +0 -0
- data/test/zoneinfo/Factory +0 -0
- data/test/zoneinfo/iso3166.tab +13 -14
- data/test/zoneinfo/leapseconds +38 -21
- data/test/zoneinfo/posix/Europe/London +0 -0
- data/test/zoneinfo/posixrules +0 -0
- data/test/zoneinfo/right/Europe/London +0 -0
- data/test/zoneinfo/zone.tab +172 -159
- data/test/zoneinfo/zone1970.tab +185 -170
- data/tzinfo.gemspec +2 -2
- metadata +28 -24
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddfbcb761e22870203af94d9cd3d47254ce0487d49ab51d804190d7d1961c125
|
4
|
+
data.tar.gz: f1e1f7eb70f406974d3fdbcda4cb78a6e2fa0842c0a6ec912fe80986a59e57fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fe024d4d8c134dc324dedab7e6bca66293cf52e80ca16a3d32222e961dd5b563eead2bd110a72a212e7cde0e8ad0c87bc075ce19ad06e3d46ee0b3c3fb45c0a
|
7
|
+
data.tar.gz: 2c9c48dd44315d61129850ee160932f64afb1e90d8ca82dcd9388b2a79699c3b140340c9541ef822ba02d0791bc4df7c1c7e5a15c9d5840d37f177c1e5942242
|
checksums.yaml.gz.sig
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
3�y�=��Q��h�n�;�D7`��U�g�����T���Z�Rv�P;4P��p�Q�Gu�I+���Qubd��p۲�o�W[��x��q.w�yyU�ٽ�a�!2kniƔ9�z
|
2
|
+
4�ِ�qjJ�i> f쉾�|���u�#��՞�I�O0G4�&|���b�o�
|
3
|
+
A���f���X}�`o��n;>J�iHx�@?���po���CC
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGES.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1
|
+
Version 1.2.9 - 16-Dec-2020
|
2
|
+
---------------------------
|
3
|
+
|
4
|
+
* Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a
|
5
|
+
zoneinfo file that includes rules specifying an additional transition to the
|
6
|
+
final defined offset (for example, Africa/Casablanca in version 2018e of the
|
7
|
+
Time Zone Database). #123.
|
8
|
+
|
9
|
+
|
10
|
+
Version 1.2.8 - 8-Nov-2020
|
11
|
+
--------------------------
|
12
|
+
|
13
|
+
* Added support for handling "slim" format zoneinfo files that are produced by
|
14
|
+
default by zic version 2020b and later. The POSIX-style TZ string is now used
|
15
|
+
calculate DST transition times after the final defined transition in the file.
|
16
|
+
The 64-bit section is now always used regardless of whether Time has support
|
17
|
+
for 64-bit times. #120.
|
18
|
+
* Rubinius is no longer supported.
|
19
|
+
|
20
|
+
|
21
|
+
Version 1.2.7 - 2-Apr-2020
|
22
|
+
--------------------------
|
23
|
+
|
24
|
+
* Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114.
|
25
|
+
* Fixed warnings when running on Ruby 2.8. #112.
|
26
|
+
|
27
|
+
|
28
|
+
Version 1.2.6 - 24-Dec-2019
|
29
|
+
---------------------------
|
30
|
+
|
31
|
+
* Timezone#strftime('%s', time) will now return the correct number of seconds
|
32
|
+
since the epoch. #91.
|
33
|
+
* Removed the unused TZInfo::RubyDataSource::REQUIRE_PATH constant.
|
34
|
+
* Fixed "SecurityError: Insecure operation - require" exceptions when loading
|
35
|
+
data with recent Ruby releases in safe mode.
|
36
|
+
* Fixed warnings when running on Ruby 2.7. #106 and #111.
|
37
|
+
|
38
|
+
|
1
39
|
Version 1.2.5 - 4-Feb-2018
|
2
40
|
--------------------------
|
3
41
|
|
@@ -191,70 +229,70 @@ Version 0.3.45 (tzdata v2015g) - 3-Oct-2015
|
|
191
229
|
-------------------------------------------
|
192
230
|
|
193
231
|
* Updated to tzdata version 2015g
|
194
|
-
(
|
232
|
+
(https://mm.icann.org/pipermail/tz-announce/2015-October/000034.html).
|
195
233
|
|
196
234
|
|
197
235
|
Version 0.3.44 (tzdata v2015d) - 24-Apr-2015
|
198
236
|
--------------------------------------------
|
199
237
|
|
200
238
|
* Updated to tzdata version 2015d
|
201
|
-
(
|
239
|
+
(https://mm.icann.org/pipermail/tz-announce/2015-April/000031.html).
|
202
240
|
|
203
241
|
|
204
242
|
Version 0.3.43 (tzdata v2015a) - 31-Jan-2015
|
205
243
|
--------------------------------------------
|
206
244
|
|
207
245
|
* Updated to tzdata version 2015a
|
208
|
-
(
|
246
|
+
(https://mm.icann.org/pipermail/tz-announce/2015-January/000028.html).
|
209
247
|
|
210
248
|
|
211
249
|
Version 0.3.42 (tzdata v2014i) - 23-Oct-2014
|
212
250
|
--------------------------------------------
|
213
251
|
|
214
252
|
* Updated to tzdata version 2014i
|
215
|
-
(
|
253
|
+
(https://mm.icann.org/pipermail/tz-announce/2014-October/000026.html).
|
216
254
|
|
217
255
|
|
218
256
|
Version 0.3.41 (tzdata v2014f) - 8-Aug-2014
|
219
257
|
-------------------------------------------
|
220
258
|
|
221
259
|
* Updated to tzdata version 2014f
|
222
|
-
(
|
260
|
+
(https://mm.icann.org/pipermail/tz-announce/2014-August/000023.html).
|
223
261
|
|
224
262
|
|
225
263
|
Version 0.3.40 (tzdata v2014e) - 10-Jul-2014
|
226
264
|
--------------------------------------------
|
227
265
|
|
228
266
|
* Updated to tzdata version 2014e
|
229
|
-
(
|
267
|
+
(https://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).
|
230
268
|
|
231
269
|
|
232
270
|
Version 0.3.39 (tzdata v2014a) - 9-Mar-2014
|
233
271
|
-------------------------------------------
|
234
272
|
|
235
273
|
* Updated to tzdata version 2014a
|
236
|
-
(
|
274
|
+
(https://mm.icann.org/pipermail/tz-announce/2014-March/000018.html).
|
237
275
|
|
238
276
|
|
239
277
|
Version 0.3.38 (tzdata v2013g) - 8-Oct-2013
|
240
278
|
-------------------------------------------
|
241
279
|
|
242
280
|
* Updated to tzdata version 2013g
|
243
|
-
(
|
281
|
+
(https://mm.icann.org/pipermail/tz-announce/2013-October/000015.html).
|
244
282
|
|
245
283
|
|
246
284
|
Version 0.3.37 (tzdata v2013b) - 11-Mar-2013
|
247
285
|
--------------------------------------------
|
248
286
|
|
249
287
|
* Updated to tzdata version 2013b
|
250
|
-
(
|
288
|
+
(https://mm.icann.org/pipermail/tz-announce/2013-March/000010.html).
|
251
289
|
|
252
290
|
|
253
291
|
Version 0.3.36 (tzdata v2013a) - 3-Mar-2013
|
254
292
|
-------------------------------------------
|
255
293
|
|
256
294
|
* Updated to tzdata version 2013a
|
257
|
-
(
|
295
|
+
(https://mm.icann.org/pipermail/tz-announce/2013-March/000009.html).
|
258
296
|
* Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on
|
259
297
|
Ruby 2.0.
|
260
298
|
* Change eql? and == implementations to test the class of the passed in object
|
@@ -265,49 +303,49 @@ Version 0.3.35 (tzdata v2012i) - 4-Nov-2012
|
|
265
303
|
-------------------------------------------
|
266
304
|
|
267
305
|
* Updated to tzdata version 2012i
|
268
|
-
(
|
306
|
+
(https://mm.icann.org/pipermail/tz-announce/2012-November/000007.html).
|
269
307
|
|
270
308
|
|
271
309
|
Version 0.3.34 (tzdata v2012h) - 27-Oct-2012
|
272
310
|
--------------------------------------------
|
273
311
|
|
274
312
|
* Updated to tzdata version 2012h
|
275
|
-
(
|
313
|
+
(https://mm.icann.org/pipermail/tz-announce/2012-October/000006.html).
|
276
314
|
|
277
315
|
|
278
316
|
Version 0.3.33 (tzdata v2012c) - 8-Apr-2012
|
279
317
|
-------------------------------------------
|
280
318
|
|
281
319
|
* Updated to tzdata version 2012c
|
282
|
-
(
|
320
|
+
(https://mm.icann.org/pipermail/tz/2012-April/017627.html).
|
283
321
|
|
284
322
|
|
285
323
|
Version 0.3.32 (tzdata v2012b) - 4-Mar-2012
|
286
324
|
-------------------------------------------
|
287
325
|
|
288
326
|
* Updated to tzdata version 2012b
|
289
|
-
(
|
327
|
+
(https://mm.icann.org/pipermail/tz/2012-March/017524.html).
|
290
328
|
|
291
329
|
|
292
330
|
Version 0.3.31 (tzdata v2011n) - 6-Nov-2011
|
293
331
|
-------------------------------------------
|
294
332
|
|
295
333
|
* Updated to tzdata version 2011n
|
296
|
-
(
|
334
|
+
(https://mm.icann.org/pipermail/tz/2011-October/017201.html).
|
297
335
|
|
298
336
|
|
299
337
|
Version 0.3.30 (tzdata v2011k) - 29-Sep-2011
|
300
338
|
--------------------------------------------
|
301
339
|
|
302
340
|
* Updated to tzdata version 2011k
|
303
|
-
(
|
341
|
+
(https://mm.icann.org/pipermail/tz/2011-September/008889.html).
|
304
342
|
|
305
343
|
|
306
344
|
Version 0.3.29 (tzdata v2011h) - 27-Jun-2011
|
307
345
|
--------------------------------------------
|
308
346
|
|
309
347
|
* Updated to tzdata version 2011h
|
310
|
-
(
|
348
|
+
(https://mm.icann.org/pipermail/tz/2011-June/008576.html).
|
311
349
|
* Allow the default value of the local_to_utc and period_for_local dst
|
312
350
|
parameter to be specified globally with a Timezone.default_dst attribute.
|
313
351
|
Thanks to Kurt Werle for the suggestion and patch.
|
@@ -325,35 +363,35 @@ Version 0.3.27 (tzdata v2011g) - 26-Apr-2011
|
|
325
363
|
--------------------------------------------
|
326
364
|
|
327
365
|
* Updated to tzdata version 2011g
|
328
|
-
(
|
366
|
+
(https://mm.icann.org/pipermail/tz/2011-April/016875.html).
|
329
367
|
|
330
368
|
|
331
369
|
Version 0.3.26 (tzdata v2011e) - 2-Apr-2011
|
332
370
|
-------------------------------------------
|
333
371
|
|
334
372
|
* Updated to tzdata version 2011e
|
335
|
-
(
|
373
|
+
(https://mm.icann.org/pipermail/tz/2011-April/016809.html).
|
336
374
|
|
337
375
|
|
338
376
|
Version 0.3.25 (tzdata v2011d) - 14-Mar-2011
|
339
377
|
--------------------------------------------
|
340
378
|
|
341
379
|
* Updated to tzdata version 2011d
|
342
|
-
(
|
380
|
+
(https://mm.icann.org/pipermail/tz/2011-March/016746.html).
|
343
381
|
|
344
382
|
|
345
383
|
Version 0.3.24 (tzdata v2010o) - 15-Jan-2011
|
346
384
|
--------------------------------------------
|
347
385
|
|
348
386
|
* Updated to tzdata version 2010o
|
349
|
-
(
|
387
|
+
(https://mm.icann.org/pipermail/tz/2010-November/016517.html).
|
350
388
|
|
351
389
|
|
352
390
|
Version 0.3.23 (tzdata v2010l) - 19-Aug-2010
|
353
391
|
--------------------------------------------
|
354
392
|
|
355
393
|
* Updated to tzdata version 2010l
|
356
|
-
(
|
394
|
+
(https://mm.icann.org/pipermail/tz/2010-August/016360.html).
|
357
395
|
|
358
396
|
|
359
397
|
Version 0.3.22 (tzdata v2010j) - 29-May-2010
|
@@ -366,7 +404,7 @@ Version 0.3.21 (tzdata v2010j) - 28-May-2010
|
|
366
404
|
--------------------------------------------
|
367
405
|
|
368
406
|
* Updated to tzdata version 2010j
|
369
|
-
(
|
407
|
+
(https://mm.icann.org/pipermail/tz/2010-May/016211.html).
|
370
408
|
* Change invalid timezone check to exclude characters not used in timezone
|
371
409
|
identifiers and avoid 'character class has duplicated range' warnings with
|
372
410
|
Ruby 1.9.2.
|
@@ -384,28 +422,28 @@ Version 0.3.20 (tzdata v2010i) - 19-Apr-2010
|
|
384
422
|
--------------------------------------------
|
385
423
|
|
386
424
|
* Updated to tzdata version 2010i
|
387
|
-
(
|
425
|
+
(https://mm.icann.org/pipermail/tz/2010-April/016184.html).
|
388
426
|
|
389
427
|
|
390
428
|
Version 0.3.19 (tzdata v2010h) - 5-Apr-2010
|
391
429
|
-------------------------------------------
|
392
430
|
|
393
431
|
* Updated to tzdata version 2010h
|
394
|
-
(
|
432
|
+
(https://mm.icann.org/pipermail/tz/2010-April/016161.html).
|
395
433
|
|
396
434
|
|
397
435
|
Version 0.3.18 (tzdata v2010g) - 29-Mar-2010
|
398
436
|
--------------------------------------------
|
399
437
|
|
400
438
|
* Updated to tzdata version 2010g
|
401
|
-
(
|
439
|
+
(https://mm.icann.org/pipermail/tz/2010-March/016140.html).
|
402
440
|
|
403
441
|
|
404
442
|
Version 0.3.17 (tzdata v2010e) - 8-Mar-2010
|
405
443
|
-------------------------------------------
|
406
444
|
|
407
445
|
* Updated to tzdata version 2010e
|
408
|
-
(
|
446
|
+
(https://mm.icann.org/pipermail/tz/2010-March/016088.html).
|
409
447
|
|
410
448
|
|
411
449
|
Version 0.3.16 (tzdata v2009u) - 5-Jan-2010
|
@@ -414,14 +452,14 @@ Version 0.3.16 (tzdata v2009u) - 5-Jan-2010
|
|
414
452
|
* Support the use of '-' to denote '0' as an offset in the tz data files.
|
415
453
|
Used for the first time in the SAVE field in tzdata v2009u.
|
416
454
|
* Updated to tzdata version 2009u
|
417
|
-
(
|
455
|
+
(https://mm.icann.org/pipermail/tz/2009-December/016001.html).
|
418
456
|
|
419
457
|
|
420
458
|
Version 0.3.15 (tzdata v2009p) - 26-Oct-2009
|
421
459
|
--------------------------------------------
|
422
460
|
|
423
461
|
* Updated to tzdata version 2009p
|
424
|
-
(
|
462
|
+
(https://mm.icann.org/pipermail/tz/2009-October/015889.html).
|
425
463
|
* Added a description to the gem spec.
|
426
464
|
* List test files in test_files instead of files in the gem spec.
|
427
465
|
|
@@ -430,7 +468,7 @@ Version 0.3.14 (tzdata v2009l) - 19-Aug-2009
|
|
430
468
|
--------------------------------------------
|
431
469
|
|
432
470
|
* Updated to tzdata version 2009l
|
433
|
-
(
|
471
|
+
(https://mm.icann.org/pipermail/tz/2009-August/015729.html).
|
434
472
|
* Include current directory in load path to allow running tests on
|
435
473
|
Ruby 1.9.2, which doesn't include it by default any more.
|
436
474
|
|
@@ -439,7 +477,7 @@ Version 0.3.13 (tzdata v2009f) - 15-Apr-2009
|
|
439
477
|
--------------------------------------------
|
440
478
|
|
441
479
|
* Updated to tzdata version 2009f
|
442
|
-
(
|
480
|
+
(https://mm.icann.org/pipermail/tz/2009-April/015544.html).
|
443
481
|
* Untaint the timezone module filename after validation to allow use
|
444
482
|
with $SAFE == 1 (e.g. under mod_ruby). Thanks to Dmitry Borodaenko for
|
445
483
|
the suggestion. Closes #25349.
|
@@ -449,14 +487,14 @@ Version 0.3.12 (tzdata v2008i) - 12-Nov-2008
|
|
449
487
|
--------------------------------------------
|
450
488
|
|
451
489
|
* Updated to tzdata version 2008i
|
452
|
-
(
|
490
|
+
(https://mm.icann.org/pipermail/tz/2008-October/015260.html).
|
453
491
|
|
454
492
|
|
455
493
|
Version 0.3.11 (tzdata v2008g) - 7-Oct-2008
|
456
494
|
-------------------------------------------
|
457
495
|
|
458
496
|
* Updated to tzdata version 2008g
|
459
|
-
(
|
497
|
+
(https://mm.icann.org/pipermail/tz/2008-October/015139.html).
|
460
498
|
* Support Ruby 1.9.0-5. Rational.new! has now been removed in Ruby 1.9.
|
461
499
|
Only use Rational.new! if it is available (it is preferable in Ruby 1.8
|
462
500
|
for performance reasons). Thanks to Jeremy Kemper and Pratik Naik for
|
@@ -469,14 +507,14 @@ Version 0.3.10 (tzdata v2008f) - 16-Sep-2008
|
|
469
507
|
--------------------------------------------
|
470
508
|
|
471
509
|
* Updated to tzdata version 2008f
|
472
|
-
(
|
510
|
+
(https://mm.icann.org/pipermail/tz/2008-September/015090.html).
|
473
511
|
|
474
512
|
|
475
513
|
Version 0.3.9 (tzdata v2008c) - 27-May-2008
|
476
514
|
-------------------------------------------
|
477
515
|
|
478
516
|
* Updated to tzdata version 2008c
|
479
|
-
(
|
517
|
+
(https://mm.icann.org/pipermail/tz/2008-May/014956.html).
|
480
518
|
* Support loading timezone data in the latest trunk versions of Ruby 1.9.
|
481
519
|
Rational.new! is now private, so call it using Rational.send :new! instead.
|
482
520
|
Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184.
|
@@ -488,7 +526,7 @@ Version 0.3.8 (tzdata v2008b) - 24-Mar-2008
|
|
488
526
|
-------------------------------------------
|
489
527
|
|
490
528
|
* Updated to tzdata version 2008b
|
491
|
-
(
|
529
|
+
(https://mm.icann.org/pipermail/tz/2008-March/014910.html).
|
492
530
|
* Support loading timezone data in Ruby 1.9.0. Use DateTime.new! if it is
|
493
531
|
available instead of DateTime.new0 when constructing transition times.
|
494
532
|
DateTime.new! was added in Ruby 1.8.6. DateTime.new0 was removed in
|
@@ -501,14 +539,14 @@ Version 0.3.7 (tzdata v2008a) - 10-Mar-2008
|
|
501
539
|
-------------------------------------------
|
502
540
|
|
503
541
|
* Updated to tzdata version 2008a
|
504
|
-
(
|
542
|
+
(https://mm.icann.org/pipermail/tz/2008-March/014851.html).
|
505
543
|
|
506
544
|
|
507
545
|
Version 0.3.6 (tzdata v2007k) - 1-Jan-2008
|
508
546
|
------------------------------------------
|
509
547
|
|
510
548
|
* Updated to tzdata version 2007k
|
511
|
-
(
|
549
|
+
(https://mm.icann.org/pipermail/tz/2007-December/014765.html).
|
512
550
|
* Removed deprecated RubyGems autorequire option.
|
513
551
|
|
514
552
|
|
@@ -516,28 +554,28 @@ Version 0.3.5 (tzdata v2007h) - 1-Oct-2007
|
|
516
554
|
------------------------------------------
|
517
555
|
|
518
556
|
* Updated to tzdata version 2007h
|
519
|
-
(
|
557
|
+
(https://mm.icann.org/pipermail/tz/2007-October/014585.html).
|
520
558
|
|
521
559
|
|
522
560
|
Version 0.3.4 (tzdata v2007g) - 21-Aug-2007
|
523
561
|
-------------------------------------------
|
524
562
|
|
525
563
|
* Updated to tzdata version 2007g
|
526
|
-
(
|
564
|
+
(https://mm.icann.org/pipermail/tz/2007-August/014499.html).
|
527
565
|
|
528
566
|
|
529
567
|
Version 0.3.3 (tzdata v2006p) - 27-Nov-2006
|
530
568
|
-------------------------------------------
|
531
569
|
|
532
570
|
* Updated to tzdata version 2006p
|
533
|
-
(
|
571
|
+
(https://mm.icann.org/pipermail/tz/2006-November/013999.html).
|
534
572
|
|
535
573
|
|
536
574
|
Version 0.3.2 (tzdata v2006n) - 11-Oct-2006
|
537
575
|
-------------------------------------------
|
538
576
|
|
539
577
|
* Updated to tzdata version 2006n
|
540
|
-
(
|
578
|
+
(https://mm.icann.org/pipermail/tz/2006-October/013911.html). Note that this release of
|
541
579
|
tzdata removes the country Serbia and Montenegro (CS) and replaces it with
|
542
580
|
separate Serbia (RS) and Montenegro (ME) entries.
|
543
581
|
|
@@ -548,7 +586,7 @@ Version 0.3.1 (tzdata v2006j) - 21-Aug-2006
|
|
548
586
|
* Remove colon from case statements to avoid warning in Ruby 1.8.5. #5198.
|
549
587
|
* Use temporary variable to avoid dynamic string warning from rdoc.
|
550
588
|
* Updated to tzdata version 2006j
|
551
|
-
(
|
589
|
+
(https://mm.icann.org/pipermail/tz/2006-August/013767.html).
|
552
590
|
|
553
591
|
|
554
592
|
Version 0.3.0 (tzdata v2006g) - 17-Jul-2006
|
@@ -614,7 +652,7 @@ Version 0.2.2 (tzdata v2006g) - 17-May-2006
|
|
614
652
|
zone identifier.
|
615
653
|
* The zdumptestall utility now exits if not supplied with enough parameters.
|
616
654
|
* Updated to tzdata version 2006g
|
617
|
-
(
|
655
|
+
(https://mm.icann.org/pipermail/tz/2006-May/013590.html).
|
618
656
|
|
619
657
|
|
620
658
|
Version 0.2.1 (tzdata v2006d) - 17-Apr-2006
|
@@ -630,7 +668,7 @@ Version 0.2.1 (tzdata v2006d) - 17-Apr-2006
|
|
630
668
|
Jamis Buck for reporting this.
|
631
669
|
* Added abbreviation as an alias for TimezonePeriod.zone_identifier.
|
632
670
|
* Updated to tzdata version 2006d
|
633
|
-
(
|
671
|
+
(https://mm.icann.org/pipermail/tz/2006-April/013517.html).
|
634
672
|
* Ignore any offset in DateTimes passed in (as is already done for Times).
|
635
673
|
All of the following now refer to the same UTC time (15:40 on 17 April 2006).
|
636
674
|
Previously, the DateTime in the second line would have been interpreted
|
@@ -663,7 +701,7 @@ Version 0.2.0 (tzdata v2006c) - 3-Apr-2006
|
|
663
701
|
* Omit the final transition to DST if there is a prior transition in the last
|
664
702
|
year processed to standard time.
|
665
703
|
* Updated to tzdata version 2006c
|
666
|
-
(
|
704
|
+
(https://mm.icann.org/pipermail/tz/2006-April/013500.html).
|
667
705
|
|
668
706
|
|
669
707
|
Version 0.1.2 (tzdata v2006a) - 5-Feb-2006
|
@@ -672,7 +710,7 @@ Version 0.1.2 (tzdata v2006a) - 5-Feb-2006
|
|
672
710
|
* Add lib directory to the load path when tzinfo is required. Makes it easier
|
673
711
|
to use tzinfo gem when unpacked to vendor directory in rails.
|
674
712
|
* Updated to tzdata version 2006a
|
675
|
-
(
|
713
|
+
(https://mm.icann.org/pipermail/tz/2006-January/013311.html).
|
676
714
|
* build_tz_classes rake task now handles running svn add and svn delete as new
|
677
715
|
timezones and countries are added and old ones are removed.
|
678
716
|
* Return a better error when attempting to use a Timezone instance that was
|
@@ -777,7 +815,7 @@ Version 0.0.2 (tzdata v2005m) - 13-Sep-2005
|
|
777
815
|
|
778
816
|
Thanks to Scott Barron of Lunchbox Software for the suggestions in his
|
779
817
|
article about using TZInfo with Rails
|
780
|
-
(http://lunchroom.lunchboxsoftware.com/pages/tzinfo_rails)
|
818
|
+
(https://web.archive.org/web/20060425190845/http://lunchroom.lunchboxsoftware.com/pages/tzinfo_rails)
|
781
819
|
|
782
820
|
|
783
821
|
Version 0.0.1 (tzdata v2005m) - 29-Aug-2005
|