Sha256: fc5298ae2c182fc3638871afe0b8f0539221cebb6ef3c9fd7d3e1a27ec73c13a
Contents?: true
Size: 799 Bytes
Versions: 19
Compression:
Stored size: 799 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 Bogota include TimezoneDefinition timezone 'America/Bogota' do |tz| tz.offset :o0, -17776, 0, :LMT tz.offset :o1, -17776, 0, :BMT tz.offset :o2, -18000, 0, :'-05' tz.offset :o3, -18000, 3600, :'-04' tz.transition 1884, 3, :o1, -2707671824, 13009943011, 5400 tz.transition 1914, 11, :o2, -1739041424, 13070482411, 5400 tz.transition 1992, 5, :o3, 704869200 tz.transition 1993, 4, :o2, 733896000 end end end end end end
Version data entries
19 entries across 19 versions & 2 rubygems