Sha256: 89244b3d0445fd95b456722a968fd59064841b041ecd7e971829c3ee07ff95a2
Contents?: true
Size: 528 Bytes
Versions: 30
Compression:
Stored size: 528 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Africa module Maputo include TimezoneDefinition timezone 'Africa/Maputo' do |tz| tz.offset :o0, 7820, 0, :LMT tz.offset :o1, 7200, 0, :CAT tz.transition 1903, 2, :o1, -2109291020, 10437873449, 4320 end end end end end end
Version data entries
30 entries across 30 versions & 6 rubygems