Sha256: c9bbb415e5ce2833a24cbdcfddd53265e4695a6ec40b79752d3e262502cdf629
Contents?: true
Size: 618 Bytes
Versions: 1
Compression:
Stored size: 618 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 1907, 1, :o1, 52219653811, 21600 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.3.53 | lib/tzinfo/definitions/Atlantic/Cape_Verde.rb |