Sha256: 7f707f5efdf9aa586c9c78dc3f278bc778107e858189bc49b745be330749a804
Contents?: true
Size: 830 Bytes
Versions: 31
Compression:
Stored size: 830 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://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
31 entries across 31 versions & 6 rubygems