Sha256: 5bd9650445804bcc72a5c41fb1040c29081430fca0d15a10183ad7d8996d7b05
Contents?: true
Size: 560 Bytes
Versions: 9
Compression:
Stored size: 560 Bytes
Contents
# encoding: UTF-8 module TZInfo 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, 652154203, 270 tz.transition 1979, 10, :o2, 307622400 tz.transition 1994, 12, :o3, 788868000 end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems