Sha256: 72e900c6a6a1c05ed5f682f7e18136791d96bd8016818c5d83f0752aab829515
Contents?: true
Size: 527 Bytes
Versions: 13
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 Blantyre include TimezoneDefinition timezone 'Africa/Blantyre' do |tz| tz.offset :o0, 8400, 0, :LMT tz.offset :o1, 7200, 0, :CAT tz.transition 1903, 2, :o1, -2109291600, 173964557, 72 end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems