Sha256: cdc4a3faf69b63602a793bf845ede3f51f5d4b6ce895fa583916468c86167d29
Contents?: true
Size: 893 Bytes
Versions: 32
Compression:
Stored size: 893 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module America module Tegucigalpa include TimezoneDefinition timezone 'America/Tegucigalpa' do |tz| tz.offset :o0, -20932, 0, :LMT tz.offset :o1, -21600, 0, :CST tz.offset :o2, -21600, 3600, :CDT tz.transition 1921, 4, :o1, -1538503868, 52332064033, 21600 tz.transition 1987, 5, :o2, 547020000 tz.transition 1987, 9, :o1, 559717200 tz.transition 1988, 5, :o2, 578469600 tz.transition 1988, 9, :o1, 591166800 tz.transition 2006, 5, :o2, 1146981600 tz.transition 2006, 8, :o1, 1154926800 end end end end end end
Version data entries
32 entries across 32 versions & 6 rubygems