Sha256: e2554ced6f8e2f8c44dea73fdaf91cb0fb1ff2631a970809917b4c483304a7d9
Contents?: true
Size: 514 Bytes
Versions: 16
Compression:
Stored size: 514 Bytes
Contents
# encoding: UTF-8 module TZInfo 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, 52038219391, 21600 tz.transition 1916, 10, :o2, 58107307, 24 tz.transition 1918, 6, :o1, 14530481, 6 end end end end end
Version data entries
16 entries across 16 versions & 2 rubygems