Sha256: 2e90292c4b27337cfc6c96fc7eaf8aafe0151253b2b1dca2082ccd1285599f9b
Contents?: true
Size: 483 Bytes
Versions: 21
Compression:
Stored size: 483 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module America module Panama include TimezoneDefinition timezone 'America/Panama' do |tz| tz.offset :o0, -19088, 0, :LMT tz.offset :o1, -19176, 0, :CMT tz.offset :o2, -18000, 0, :EST tz.transition 1890, 1, :o1, 13021391093, 5400 tz.transition 1908, 4, :o2, 8704993399, 3600 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems