Sha256: 39039db26b7bca76825e1d6250605b9ec8d2db9871590cae64cf4a26d41b85da
Contents?: true
Size: 650 Bytes
Versions: 15
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 Cayman include TimezoneDefinition timezone 'America/Cayman' do |tz| tz.offset :o0, -19532, 0, :LMT tz.offset :o1, -18431, 0, :KMT tz.offset :o2, -18000, 0, :EST tz.transition 1890, 1, :o1, -2524502068, 52085564483, 21600 tz.transition 1912, 2, :o2, -1827687169, 209039072831, 86400 end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems