Sha256: 30651508ae5e193c61ecc669fda7c14d6688296b427a4ef163a763f3d77d2433
Contents?: true
Size: 829 Bytes
Versions: 50
Compression:
Stored size: 829 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 Puerto_Rico include TimezoneDefinition timezone 'America/Puerto_Rico' do |tz| tz.offset :o0, -15865, 0, :LMT tz.offset :o1, -14400, 0, :AST tz.offset :o2, -14400, 3600, :AWT tz.offset :o3, -14400, 3600, :APT tz.transition 1899, 3, :o1, -2233035335, 41726744933, 17280 tz.transition 1942, 5, :o2, -873057600, 7291448, 3 tz.transition 1945, 8, :o3, -769395600, 58360379, 24 tz.transition 1945, 9, :o1, -765399600, 58361489, 24 end end end end end end
Version data entries
50 entries across 50 versions & 2 rubygems