Sha256: c1f9612f551800db0f6f4716b9e9680c21bef9da992251852afbd648c8ae668c
Contents?: true
Size: 598 Bytes
Versions: 4
Compression:
Stored size: 598 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::TZInfo module Definitions module Pacific module Enderbury include TimezoneDefinition timezone 'Pacific/Enderbury' do |tz| tz.offset :o0, -41060, 0, :LMT tz.offset :o1, -43200, 0, :PHOT tz.offset :o2, -39600, 0, :PHOT tz.offset :o3, 46800, 0, :PHOT tz.transition 1901, 1, :o1, 10434467413, 4320 tz.transition 1979, 10, :o2, 307627200 tz.transition 1995, 1, :o3, 788958000 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems