Sha256: e8b6af5bcae219e45f987340b0ce11ff9754c0301144bd9e777fe4cc8aedcb30
Contents?: true
Size: 731 Bytes
Versions: 33
Compression:
Stored size: 731 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 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, -2177412020, 10434467399, 4320 tz.transition 1951, 1, :o2, -599575200, 87611327, 36 tz.transition 1978, 10, :o3, 276089400 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems