Sha256: cddffce38631e6d7eb0d702a823a01b09dceae9a66a03efbe6056a24a96c3249
Contents?: true
Size: 503 Bytes
Versions: 4
Compression:
Stored size: 503 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::TZInfo module Definitions module Africa module Porto__m__Novo include TimezoneDefinition timezone 'Africa/Porto-Novo' do |tz| tz.offset :o0, 628, 0, :LMT tz.offset :o1, 0, 0, :GMT tz.offset :o2, 3600, 0, :WAT tz.transition 1911, 12, :o1, 52259093843, 21600 tz.transition 1934, 2, :o2, 4854989, 2 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems