Sha256: c995265f98a119a307deea2b8c09c0362c0fd3d224a1e332ba15a2e6238b917b
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 Bytes
Contents
require 'tzinfo/timezone' module TZInfo module Definitions #:nodoc: module America #:nodoc: class Guyana < Timezone #:nodoc: setup set_identifier('America/Guyana') add_period(TimezonePeriod.new(nil,DateTime.new(1915,3,1,3,52,40),-13960,0,:'LMT')) add_period(TimezonePeriod.new(DateTime.new(1915,3,1,3,52,40),DateTime.new(1966,5,26,3,45,0),-13500,0,:'GBGT')) add_period(TimezonePeriod.new(DateTime.new(1966,5,26,3,45,0),DateTime.new(1975,7,31,3,45,0),-13500,0,:'GYT')) add_period(TimezonePeriod.new(DateTime.new(1975,7,31,3,45,0),DateTime.new(1991,1,1,3,0,0),-10800,0,:'GYT')) add_period(TimezonePeriod.new(DateTime.new(1991,1,1,3,0,0),nil,-14400,0,:'GYT')) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.0.2 | lib/tzinfo/definitions/America/Guyana.rb |
tzinfo-0.0.3 | lib/tzinfo/definitions/America/Guyana.rb |
tzinfo-0.0.4 | lib/tzinfo/definitions/America/Guyana.rb |