Sha256: d1e71cbd30e0fbca8b145c9ba74faa29ce7312df19dc5bd2e9233ffdf384be26
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
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 end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.3.0 | lib/tzinfo/definitions/Australia/Perth.rb |
tzinfo-0.3.1 | lib/tzinfo/definitions/Australia/Perth.rb |
tzinfo-0.3.2 | lib/tzinfo/definitions/Australia/Perth.rb |