Sha256: aa5cf12b7a1a418f31103e2cff4d7c673761c25d2923d1b39c5f712630b6d02b
Contents?: true
Size: 646 Bytes
Versions: 50
Compression:
Stored size: 646 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -2524502512, 13021391093, 5400 tz.transition 1908, 4, :o2, -1946918424, 8704993399, 3600 end end end end end end
Version data entries
50 entries across 50 versions & 2 rubygems