Sha256: eb2fbdbfd10354cc9bccf6272253e3025952f460d219103a3c4846691d5e2b65
Contents?: true
Size: 732 Bytes
Versions: 8
Compression:
Stored size: 732 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, :'-1040' tz.offset :o2, -36000, 0, :'-10' tz.offset :o3, 50400, 0, :'+14' 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
8 entries across 8 versions & 2 rubygems