Sha256: f3bd82f4ee47cce28da5955695a2248d350e6474fc7e7d4f18f0a5bc6724dc56
Contents?: true
Size: 801 Bytes
Versions: 17
Compression:
Stored size: 801 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 Guayaquil include TimezoneDefinition timezone 'America/Guayaquil' do |tz| tz.offset :o0, -19160, 0, :LMT tz.offset :o1, -18840, 0, :QMT tz.offset :o2, -18000, 0, :'-05' tz.offset :o3, -18000, 3600, :'-04' tz.transition 1890, 1, :o1, -2524502440, 5208556439, 2160 tz.transition 1931, 1, :o2, -1230749160, 1746966757, 720 tz.transition 1992, 11, :o3, 722926800 tz.transition 1993, 2, :o2, 728884800 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems