Sha256: f30f7256ae89aa9d1c5f27cc3380c1bcb23cfe030b8e2cb2b95892841960b488
Contents?: true
Size: 460 Bytes
Versions: 8
Compression:
Stored size: 460 Bytes
Contents
# encoding: UTF-8 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
8 entries across 8 versions & 2 rubygems