Sha256: 8a2fea1bbcae7a3ce7cdf440e0b909eeebb67412a9a2ed5f838d80cc5a800290
Contents?: true
Size: 608 Bytes
Versions: 10
Compression:
Stored size: 608 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Pacific module Galapagos include TimezoneDefinition timezone 'Pacific/Galapagos' do |tz| tz.offset :o0, -21504, 0, :LMT tz.offset :o1, -18000, 0, :'-05' tz.offset :o2, -21600, 0, :'-06' tz.offset :o3, -21600, 3600, :'-05' tz.transition 1931, 1, :o1, 1091854237, 450 tz.transition 1986, 1, :o2, 504939600 tz.transition 1992, 11, :o3, 722930400 tz.transition 1993, 2, :o2, 728888400 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems