Sha256: 9306aa5edf6acc727502cb47290c4fdb6e6332e16abd86079ddcb14d9869b9aa
Contents?: true
Size: 807 Bytes
Versions: 26
Compression:
Stored size: 807 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 Caracas include TimezoneDefinition timezone 'America/Caracas' do |tz| tz.offset :o0, -16064, 0, :LMT tz.offset :o1, -16060, 0, :CMT tz.offset :o2, -16200, 0, :VET tz.offset :o3, -14400, 0, :VET tz.transition 1890, 1, :o1, -2524505536, 1627673863, 675 tz.transition 1912, 2, :o2, -1826739140, 10452001043, 4320 tz.transition 1965, 1, :o3, -157750200, 39020187, 16 tz.transition 2007, 12, :o2, 1197183600 end end end end end end
Version data entries
26 entries across 26 versions & 1 rubygems