Sha256: bfb29dceb5c9bb4a3b1f130360db169cd7498af12c8be6ed2f1bbbfd19933b4b
Contents?: true
Size: 727 Bytes
Versions: 33
Compression:
Stored size: 727 Bytes
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 Kiritimati include TimezoneDefinition timezone 'Pacific/Kiritimati' do |tz| tz.offset :o0, -37760, 0, :LMT tz.offset :o1, -38400, 0, :LINT tz.offset :o2, -36000, 0, :LINT tz.offset :o3, 50400, 0, :LINT tz.transition 1901, 1, :o1, -2177415040, 652154203, 270 tz.transition 1979, 10, :o2, 307622400 tz.transition 1995, 1, :o3, 788954400 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems