Sha256: a21925249a8c22139469f6e90f6dcf3b8812bd6d54575c1228db3b77c4e483b4
Contents?: true
Size: 491 Bytes
Versions: 242
Compression:
Stored size: 491 Bytes
Contents
module TZInfo module Definitions module Pacific module Kosrae include TimezoneDefinition timezone 'Pacific/Kosrae' do |tz| tz.offset :o0, 39116, 0, :LMT tz.offset :o1, 39600, 0, :KOST tz.offset :o2, 43200, 0, :KOST tz.transition 1900, 12, :o1, 52172317021, 21600 tz.transition 1969, 9, :o2, 58571881, 24 tz.transition 1998, 12, :o1, 915105600 end end end end end
Version data entries
242 entries across 165 versions & 17 rubygems