mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Update bundled TZInfo to v0.3.13
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
13
activesupport/lib/active_support/vendor/tzinfo-0.3.13/tzinfo/definitions/Asia/Katmandu.rb
vendored
Normal file
13
activesupport/lib/active_support/vendor/tzinfo-0.3.13/tzinfo/definitions/Asia/Katmandu.rb
vendored
Normal 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
Reference in New Issue
Block a user