Sha256: 29929e1e873998a03feab4635eb06b98e03c43cb73b2346847f6881032164c75
Contents?: true
Size: 711 Bytes
Versions: 50
Compression:
Stored size: 711 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 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
50 entries across 50 versions & 2 rubygems