Sha256: da60b4880d0ad28e334112523e72c4ac5bc4aec68ff9ec47e79482333c3fa1e1
Contents?: true
Size: 858 Bytes
Versions: 8
Compression:
Stored size: 858 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Pacific module Honolulu include TimezoneDefinition timezone 'Pacific/Honolulu' do |tz| tz.offset :o0, -37886, 0, :LMT tz.offset :o1, -37800, 0, :HST tz.offset :o2, -37800, 3600, :HDT tz.offset :o3, -37800, 3600, :HWT tz.offset :o4, -37800, 3600, :HPT tz.offset :o5, -36000, 0, :HST tz.transition 1896, 1, :o1, 104266329343, 43200 tz.transition 1933, 4, :o2, 116505265, 48 tz.transition 1933, 5, :o1, 116506291, 48 tz.transition 1942, 2, :o3, 116659201, 48 tz.transition 1945, 8, :o4, 58360379, 24 tz.transition 1945, 9, :o1, 116722991, 48 tz.transition 1947, 6, :o5, 116752561, 48 end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems