aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2010-01-26 20:18:17 -0600
committerGeoff Buesing <gbuesing@gmail.com>2010-01-26 20:18:17 -0600
commit1cda85d08a68888744bd230bccd75bf268587028 (patch)
tree48a444326a863a161d253c5a6d78adb4d300294a /activesupport/lib/active_support/vendor
parentaef76d1e7120a16e0cace1ca89c327c70cbaddf3 (diff)
downloadrails-1cda85d08a68888744bd230bccd75bf268587028.tar.gz
rails-1cda85d08a68888744bd230bccd75bf268587028.tar.bz2
rails-1cda85d08a68888744bd230bccd75bf268587028.zip
Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Argentina/San_Juan" [#1821 status:resolved]
Diffstat (limited to 'activesupport/lib/active_support/vendor')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.15/lib/tzinfo/definitions/America/Guyana.rb24
1 files changed, 24 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.15/lib/tzinfo/definitions/America/Guyana.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.15/lib/tzinfo/definitions/America/Guyana.rb
new file mode 100644
index 0000000000..fccca4ceb4
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/tzinfo-0.3.15/lib/tzinfo/definitions/America/Guyana.rb
@@ -0,0 +1,24 @@
+require 'tzinfo/timezone_definition'
+
+module TZInfo
+ module Definitions
+ module America
+ module Guyana
+ include TimezoneDefinition
+
+ timezone 'America/Guyana' do |tz|
+ tz.offset :o0, -13960, 0, :LMT
+ tz.offset :o1, -13500, 0, :GBGT
+ tz.offset :o2, -13500, 0, :GYT
+ tz.offset :o3, -10800, 0, :GYT
+ tz.offset :o4, -14400, 0, :GYT
+
+ tz.transition 1915, 3, :o1, 5228404549, 2160
+ tz.transition 1966, 5, :o2, 78056693, 32
+ tz.transition 1975, 7, :o3, 176010300
+ tz.transition 1991, 1, :o4, 662698800
+ end
+ end
+ end
+ end
+end