Sha256: d2cd73dab0424363394813b7bf8ca8d72932404de1d5eec58f8a69ab5c249f84
Contents?: true
Size: 858 Bytes
Versions: 7
Compression:
Stored size: 858 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 tz.transition 2016, 5, :o3, 1462086000 end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems