aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-30 22:24:35 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-30 22:24:35 +0000
commitd4493bc562f4f774bfad075e2ba57be3434046c3 (patch)
tree520394021f0433e164b02b49b9c39efa35442110 /activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb
parentc2ce69860a01205a68dce1d642a02da5595094b6 (diff)
downloadrails-d4493bc562f4f774bfad075e2ba57be3434046c3.tar.gz
rails-d4493bc562f4f774bfad075e2ba57be3434046c3.tar.bz2
rails-d4493bc562f4f774bfad075e2ba57be3434046c3.zip
Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone definitions required to support Rails time zone features are included. If a recent version of the full TZInfo gem is installed, this will take precedence over the bundled version
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9149 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb35
1 files changed, 35 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb
new file mode 100644
index 0000000000..af68ac29f7
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/America/Lima.rb
@@ -0,0 +1,35 @@
+require 'tzinfo/timezone_definition'
+
+module TZInfo
+ module Definitions
+ module America
+ module Lima
+ include TimezoneDefinition
+
+ timezone 'America/Lima' do |tz|
+ tz.offset :o0, -18492, 0, :LMT
+ tz.offset :o1, -18516, 0, :LMT
+ tz.offset :o2, -18000, 0, :PET
+ tz.offset :o3, -18000, 3600, :PEST
+
+ tz.transition 1890, 1, :o1, 17361854741, 7200
+ tz.transition 1908, 7, :o2, 17410685143, 7200
+ tz.transition 1938, 1, :o3, 58293593, 24
+ tz.transition 1938, 4, :o2, 7286969, 3
+ tz.transition 1938, 9, :o3, 58300001, 24
+ tz.transition 1939, 3, :o2, 7288046, 3
+ tz.transition 1939, 9, :o3, 58308737, 24
+ tz.transition 1940, 3, :o2, 7289138, 3
+ tz.transition 1986, 1, :o3, 504939600
+ tz.transition 1986, 4, :o2, 512712000
+ tz.transition 1987, 1, :o3, 536475600
+ tz.transition 1987, 4, :o2, 544248000
+ tz.transition 1990, 1, :o3, 631170000
+ tz.transition 1990, 4, :o2, 638942400
+ tz.transition 1994, 1, :o3, 757400400
+ tz.transition 1994, 4, :o2, 765172800
+ end
+ end
+ end
+ end
+end