Sha256: 303c2f673f2cd0d2c503af8a38a48d6304d5f3799b3c8e9303c5b9c1cf1ed641
Contents?: true
Size: 587 Bytes
Versions: 3
Compression:
Stored size: 587 Bytes
Contents
require 'tzinfo/timezone' module TZInfo module Definitions #:nodoc: module Pacific #:nodoc: class Enderbury < Timezone #:nodoc: setup set_identifier('Pacific/Enderbury') add_unbounded_start_period {TimezonePeriod.new(nil,DateTime.new0(Rational.new!(10434467413,4320),0,Date::ITALY),-41060,0,:LMT)} add_period(1901,1) {TimezonePeriod.new(DateTime.new0(Rational.new!(10434467413,4320),0,Date::ITALY),307627200,-43200,0,:PHOT)} add_period(1979,10) {TimezonePeriod.new(307627200,788958000,-39600,0,:PHOT)} add_period(1995,1) {TimezonePeriod.new(788958000,nil,46800,0,:PHOT)} end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.2.0 | lib/tzinfo/definitions/Pacific/Enderbury.rb |
tzinfo-0.2.1 | lib/tzinfo/definitions/Pacific/Enderbury.rb |
tzinfo-0.2.2 | lib/tzinfo/definitions/Pacific/Enderbury.rb |