Sha256: eb5662a485efc2baa171934c5c6fee405485e4aad86ad582b0da1af28a5b7285
Contents?: true
Size: 464 Bytes
Versions: 10
Compression:
Stored size: 464 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, :'-04' tz.offset :o2, -10800, 0, :'-03' tz.transition 1911, 7, :o1, 2612756137, 1080 tz.transition 1967, 10, :o2, 7319294, 3 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems