Sha256: ec81f819a48ab7ed1d27713e01a228a934f02025b32502be061ed8af0621fb6b
Contents?: true
Size: 650 Bytes
Versions: 33
Compression:
Stored size: 650 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, :ECT tz.transition 1890, 1, :o1, -2524502440, 5208556439, 2160 tz.transition 1931, 1, :o2, -1230749160, 1746966757, 720 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems