Update bundled TZInfo to v0.3.13

This commit is contained in:
Geoff Buesing
2009-06-07 20:00:25 -05:00
parent 6a3f8ae407
commit 04eb2b72b4
140 changed files with 20 additions and 21 deletions

View File

@@ -1,5 +1,7 @@
*Edge*
* Update bundled TZInfo to v0.3.13 [Geoff Buesing]
* Allow MemCacheStore to be initialized with a MemCache-like object instead of addresses and options [Bryan Helmkamp]
* Change spelling of Kyev timezone to Kyiv #2613 [Alexander Dymo]

View File

@@ -1,20 +0,0 @@
require 'tzinfo/timezone_definition'
module TZInfo
module Definitions
module Asia
module Katmandu
include TimezoneDefinition
timezone 'Asia/Katmandu' do |tz|
tz.offset :o0, 20476, 0, :LMT
tz.offset :o1, 19800, 0, :IST
tz.offset :o2, 20700, 0, :NPT
tz.transition 1919, 12, :o1, 52322204081, 21600
tz.transition 1985, 12, :o2, 504901800
end
end
end
end
end

View File

@@ -33,6 +33,8 @@ module TZInfo
tz.transition 1985, 12, :o1, 504918000
tz.transition 2008, 6, :o2, 1212278400
tz.transition 2008, 8, :o1, 1220223600
tz.transition 2009, 6, :o2, 1243814400
tz.transition 2009, 8, :o1, 1250809200
end
end
end

View File

@@ -23,6 +23,8 @@ module TZInfo
tz.transition 2002, 10, :o4, 1033840860
tz.transition 2008, 5, :o5, 1212260400
tz.transition 2008, 10, :o4, 1225476000
tz.transition 2009, 4, :o5, 1239735600
tz.transition 2009, 10, :o4, 1257012000
end
end
end

View File

@@ -0,0 +1,13 @@
require 'tzinfo/timezone_definition'
module TZInfo
module Definitions
module Asia
module Katmandu
include TimezoneDefinition
linked_timezone 'Asia/Katmandu', 'Asia/Kathmandu'
end
end
end
end

Some files were not shown because too many files have changed in this diff Show More