Sha256: 8fe90c213b23f1a85addf7d630c1562ac0f7cd19a971399d89e48ebf6dc39ae7
Contents?: true
Size: 827 Bytes
Versions: 33
Compression:
Stored size: 827 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data module Definitions module America module Guyana include TimezoneDefinition timezone 'America/Guyana' do |tz| tz.offset :o0, -13960, 0, :LMT tz.offset :o1, -13500, 0, :GBGT tz.offset :o2, -13500, 0, :GYT tz.offset :o3, -10800, 0, :GYT tz.offset :o4, -14400, 0, :GYT tz.transition 1915, 3, :o1, -1730578040, 5228404549, 2160 tz.transition 1966, 5, :o2, -113688900, 78056693, 32 tz.transition 1975, 7, :o3, 176010300 tz.transition 1991, 1, :o4, 662698800 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems