Sha256: 0417f356dbb69bccb152aba5f62316ad55b1e92448c4af9a0d111e8c844afede
Contents?: true
Size: 445 Bytes
Versions: 242
Compression:
Stored size: 445 Bytes
Contents
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
242 entries across 165 versions & 17 rubygems