Sha256: 1e81896ddf6f3c782ac68b89f22a5ba4f7a19e9b2732aa56f40e26079f506f02
Contents?: true
Size: 1.08 KB
Versions: 50
Compression:
Stored size: 1.08 KB
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 Costa_Rica include TimezoneDefinition timezone 'America/Costa_Rica' do |tz| tz.offset :o0, -20173, 0, :LMT tz.offset :o1, -20173, 0, :SJMT tz.offset :o2, -21600, 0, :CST tz.offset :o3, -21600, 3600, :CDT tz.transition 1890, 1, :o1, -2524501427, 208342258573, 86400 tz.transition 1921, 1, :o2, -1545071027, 209321688973, 86400 tz.transition 1979, 2, :o3, 288770400 tz.transition 1979, 6, :o2, 297234000 tz.transition 1980, 2, :o3, 320220000 tz.transition 1980, 6, :o2, 328683600 tz.transition 1991, 1, :o3, 664264800 tz.transition 1991, 7, :o2, 678344400 tz.transition 1992, 1, :o3, 695714400 tz.transition 1992, 3, :o2, 700635600 end end end end end end
Version data entries
50 entries across 50 versions & 2 rubygems