Sha256: 806c55ad4b3a4cbd97efb7149be887d25e46d9eb2b162ae7b6fed4a677fc2601
Contents?: true
Size: 529 Bytes
Versions: 21
Compression:
Stored size: 529 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems