Sha256: 45bda4293d461fc78427a1bc0bdf619864693bd46cb1f435a114546e79a25017
Contents?: true
Size: 712 Bytes
Versions: 9
Compression:
Stored size: 712 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module America module Creston include TimezoneDefinition timezone 'America/Creston' do |tz| tz.offset :o0, -27964, 0, :LMT tz.offset :o1, -25200, 0, :MST tz.offset :o2, -28800, 0, :PST tz.transition 1884, 1, :o1, -2713882436, 52038219391, 21600 tz.transition 1916, 10, :o2, -1680454800, 58107307, 24 tz.transition 1918, 6, :o1, -1627833600, 14530481, 6 end end end end end end
Version data entries
9 entries across 9 versions & 2 rubygems