Sha256: 41c432d2e2c443f426b850d98888903cee479e013e36fd66326b96b3c243d534
Contents?: true
Size: 613 Bytes
Versions: 21
Compression:
Stored size: 613 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Pacific module Nauru include TimezoneDefinition timezone 'Pacific/Nauru' do |tz| tz.offset :o0, 40060, 0, :LMT tz.offset :o1, 41400, 0, :NRT tz.offset :o2, 32400, 0, :JST tz.offset :o3, 43200, 0, :NRT tz.transition 1921, 1, :o1, 10466081437, 4320 tz.transition 1942, 3, :o2, 116660785, 48 tz.transition 1944, 8, :o1, 19450537, 8 tz.transition 1979, 4, :o3, 294323400 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems