Sha256: f367612baffbbf87b8cea49ac0b6430d7ba661dbcc3562ef3c88c51fbf68f154
Contents?: true
Size: 722 Bytes
Versions: 1
Compression:
Stored size: 722 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::TZInfo module Definitions module Pacific module Midway include TimezoneDefinition timezone 'Pacific/Midway' do |tz| tz.offset :o0, -42568, 0, :LMT tz.offset :o1, -39600, 0, :NST tz.offset :o2, -39600, 3600, :NDT tz.offset :o3, -39600, 0, :BST tz.offset :o4, -39600, 0, :SST tz.transition 1901, 1, :o1, 26086168721, 10800 tz.transition 1956, 6, :o2, 58455071, 24 tz.transition 1956, 9, :o1, 29228627, 12 tz.transition 1967, 4, :o3, 58549967, 24 tz.transition 1983, 11, :o4, 439038000 end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
time_crisis-0.2.0 | lib/time_crisis/tzinfo/definitions/Pacific/Midway.rb |