Sha256: d2c7c86192ff65dbb0953a87d1d8d5ccc18334fddea4419c11b32dff1ab8dc6c
Contents?: true
Size: 553 Bytes
Versions: 8
Compression:
Stored size: 553 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module America module Guyana include TimezoneDefinition timezone 'America/Guyana' do |tz| tz.offset :o0, -13960, 0, :LMT tz.offset :o1, -13500, 0, :'-0345' tz.offset :o2, -10800, 0, :'-03' tz.offset :o3, -14400, 0, :'-04' tz.transition 1915, 3, :o1, 5228404549, 2160 tz.transition 1975, 7, :o2, 176010300 tz.transition 1991, 1, :o3, 662698800 end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems