Sha256: f29186d7762aa350a28093dd01aa5f859d71511b3185613f06dfdc80bb7da4b8
Contents?: true
Size: 527 Bytes
Versions: 50
Compression:
Stored size: 527 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://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
50 entries across 50 versions & 2 rubygems