Sha256: 15495a7b2b647a1b28115c0e8f712f1c7dc36d1327e2fceec4a9b7192321197e
Contents?: true
Size: 527 Bytes
Versions: 242
Compression:
Stored size: 527 Bytes
Contents
module TZInfo module Definitions module Pacific module Niue include TimezoneDefinition timezone 'Pacific/Niue' do |tz| tz.offset :o0, -40780, 0, :LMT tz.offset :o1, -40800, 0, :NUT tz.offset :o2, -41400, 0, :NUT tz.offset :o3, -39600, 0, :NUT tz.transition 1901, 1, :o1, 10434467399, 4320 tz.transition 1951, 1, :o2, 87611327, 36 tz.transition 1978, 10, :o3, 276089400 end end end end end
Version data entries
242 entries across 165 versions & 17 rubygems