Sha256: 711dc91fe97097089fc90dacaaf3a0690712c2cf6385fe8771cd79b96ad22a54
Contents?: true
Size: 801 Bytes
Versions: 5
Compression:
Stored size: 801 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 Nauru include TimezoneDefinition timezone 'Pacific/Nauru' do |tz| tz.offset :o0, 40060, 0, :LMT tz.offset :o1, 41400, 0, :'+1130' tz.offset :o2, 32400, 0, :'+09' tz.offset :o3, 43200, 0, :'+12' tz.transition 1921, 1, :o1, -1545131260, 10466081437, 4320 tz.transition 1942, 8, :o2, -862918200, 116668801, 48 tz.transition 1945, 9, :o1, -767350800, 19453649, 8 tz.transition 1979, 2, :o3, 287418600 end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems