Sha256: 1ff85f30128e84ddccaf969275fb470f4210e68f901e9fc50a15453fd59d3132
Contents?: true
Size: 716 Bytes
Versions: 213
Compression:
Stored size: 716 Bytes
Contents
require 'tzinfo/timezone_definition' module 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
213 entries across 179 versions & 26 rubygems