aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Perth.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/Australia/Perth.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/Australia/Perth.rb')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Perth.rb37
1 files changed, 37 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Perth.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Perth.rb
new file mode 100644
index 0000000000..d9e66f14a8
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/tzinfo-0.3.8/tzinfo/definitions/Australia/Perth.rb
@@ -0,0 +1,37 @@
+require 'tzinfo/timezone_definition'
+
+module TZInfo
+ module Definitions
+ module Australia
+ module Perth
+ include TimezoneDefinition
+
+ timezone 'Australia/Perth' do |tz|
+ tz.offset :o0, 27804, 0, :LMT
+ tz.offset :o1, 28800, 0, :WST
+ tz.offset :o2, 28800, 3600, :WST
+
+ tz.transition 1895, 11, :o1, 17377402883, 7200
+ tz.transition 1916, 12, :o2, 3486570001, 1440
+ tz.transition 1917, 3, :o1, 58111493, 24
+ tz.transition 1941, 12, :o2, 9721441, 4
+ tz.transition 1942, 3, :o1, 58330733, 24
+ tz.transition 1942, 9, :o2, 9722517, 4
+ tz.transition 1943, 3, :o1, 58339469, 24
+ tz.transition 1974, 10, :o2, 152042400
+ tz.transition 1975, 3, :o1, 162928800
+ tz.transition 1983, 10, :o2, 436298400
+ tz.transition 1984, 3, :o1, 447184800
+ tz.transition 1991, 11, :o2, 690314400
+ tz.transition 1992, 2, :o1, 699386400
+ tz.transition 2006, 12, :o2, 1165082400
+ tz.transition 2007, 3, :o1, 1174759200
+ tz.transition 2007, 10, :o2, 1193508000
+ tz.transition 2008, 3, :o1, 1206813600
+ tz.transition 2008, 10, :o2, 1224957600
+ tz.transition 2009, 3, :o1, 1238263200
+ end
+ end
+ end
+ end
+end