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