aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Perth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Perth.rb')
-rw-r--r--activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Perth.rb37
1 files changed, 37 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Perth.rb b/activesupport/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Perth.rb
new file mode 100644
index 0000000000..d9e66f14a8
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/tzinfo-0.3.9/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