Sha256: f893c63362099daf54776a81c651adc26c4013cea25df3b7ffa16717a0090c59
Contents?: true
Size: 441 Bytes
Versions: 242
Compression:
Stored size: 441 Bytes
Contents
module TZInfo module Definitions module America module Cayenne include TimezoneDefinition timezone 'America/Cayenne' do |tz| tz.offset :o0, -12560, 0, :LMT tz.offset :o1, -14400, 0, :GFT tz.offset :o2, -10800, 0, :GFT tz.transition 1911, 7, :o1, 2612756137, 1080 tz.transition 1967, 10, :o2, 7319294, 3 end end end end end
Version data entries
242 entries across 165 versions & 17 rubygems