Sha256: 1b004bbcc60d7c8d12e2653e4db80e21cb7b5bab404372507f2e41a0083d98b0
Contents?: true
Size: 1.09 KB
Versions: 6
Compression:
Stored size: 1.09 KB
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -2334101314, 104266329343, 43200 tz.transition 1933, 4, :o2, -1157283000, 116505265, 48 tz.transition 1933, 5, :o1, -1155436200, 116506291, 48 tz.transition 1942, 2, :o3, -880198200, 116659201, 48 tz.transition 1945, 8, :o4, -769395600, 58360379, 24 tz.transition 1945, 9, :o1, -765376200, 116722991, 48 tz.transition 1947, 6, :o5, -712150200, 116752561, 48 end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems