Sha256: 0521c543b9f82496422b468c560be2b087b94849b2b5d9fb51a5f4d4f5eeb240
Contents?: true
Size: 612 Bytes
Versions: 9
Compression:
Stored size: 612 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Atlantic module Cape_Verde include TimezoneDefinition timezone 'Atlantic/Cape_Verde' do |tz| tz.offset :o0, -5644, 0, :LMT tz.offset :o1, -7200, 0, :'-02' tz.offset :o2, -7200, 3600, :'-01' tz.offset :o3, -3600, 0, :'-01' tz.transition 1912, 1, :o1, 29032831, 12 tz.transition 1942, 9, :o2, 29167243, 12 tz.transition 1945, 10, :o1, 58361845, 24 tz.transition 1975, 11, :o3, 186120000 end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems