Sha256: 087bac411d4a7b1f6f10e8d2c6747c0414ef1b5722d1a3e8bffe0e2f4d4d6018
Contents?: true
Size: 495 Bytes
Versions: 187
Compression:
Stored size: 495 Bytes
Contents
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
187 entries across 115 versions & 15 rubygems