Sha256: 63a86b3599d170a879be2cce6f4d5bc6f46c188284b390dcbf4543b11424504f
Contents?: true
Size: 808 Bytes
Versions: 18
Compression:
Stored size: 808 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module America module Guatemala include TimezoneDefinition timezone 'America/Guatemala' do |tz| tz.offset :o0, -21724, 0, :LMT tz.offset :o1, -21600, 0, :CST tz.offset :o2, -21600, 3600, :CDT tz.transition 1918, 10, :o1, 52312429831, 21600 tz.transition 1973, 11, :o2, 123055200 tz.transition 1974, 2, :o1, 130914000 tz.transition 1983, 5, :o2, 422344800 tz.transition 1983, 9, :o1, 433054800 tz.transition 1991, 3, :o2, 669708000 tz.transition 1991, 9, :o1, 684219600 tz.transition 2006, 4, :o2, 1146376800 tz.transition 2006, 10, :o1, 1159678800 end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems