Sha256: baf81680d5d4270676883dd7240e70ee10e1149d88637d004faaf1d09dfac810
Contents?: true
Size: 525 Bytes
Versions: 13
Compression:
Stored size: 525 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 Harare include TimezoneDefinition timezone 'Africa/Harare' do |tz| tz.offset :o0, 7452, 0, :LMT tz.offset :o1, 7200, 0, :CAT tz.transition 1903, 2, :o1, -2109290652, 1932939531, 800 end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems