Sha256: 81f46a6cd541bc7d39d0d7233b9dbd7d617a9cb7a585c73b03141e06bca6d376
Contents?: true
Size: 479 Bytes
Versions: 21
Compression:
Stored size: 479 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems