Sha256: 67b94217f6b391236aeb07f29bb43cbc57c52105f9023b4aa726e63ae4e8ca86
Contents?: true
Size: 952 Bytes
Versions: 3
Compression:
Stored size: 952 Bytes
Contents
require 'tzinfo/timezone' module TZInfo module Definitions #:nodoc: module America #:nodoc: class Guyana < Timezone #:nodoc: setup set_identifier('America/Guyana') add_unbounded_start_period {TimezonePeriod.new(nil,DateTime.new0(Rational.new!(5228404549,2160),0,Date::ITALY),-13960,0,:'LMT')} add_period(1915,3) {TimezonePeriod.new(DateTime.new0(Rational.new!(5228404549,2160),0,Date::ITALY),DateTime.new0(Rational.new!(78056693,32),0,Date::ITALY),-13500,0,:'GBGT')} add_period(1966,5) {TimezonePeriod.new(DateTime.new0(Rational.new!(78056693,32),0,Date::ITALY),DateTime.new0(Rational.new!(78163989,32),0,Date::ITALY),-13500,0,:'GYT')} add_period(1975,7) {TimezonePeriod.new(DateTime.new0(Rational.new!(78163989,32),0,Date::ITALY),DateTime.new0(Rational.new!(19586061,8),0,Date::ITALY),-10800,0,:'GYT')} add_period(1991,1) {TimezonePeriod.new(DateTime.new0(Rational.new!(19586061,8),0,Date::ITALY),nil,-14400,0,:'GYT')} end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.1.0 | lib/tzinfo/definitions/America/Guyana.rb |
tzinfo-0.1.1 | lib/tzinfo/definitions/America/Guyana.rb |
tzinfo-0.1.2 | lib/tzinfo/definitions/America/Guyana.rb |