Sha256: 84e7bf69860934aa2ad9b573c1400832d06c90a1b08cc5d8e8a630ab492f4fc9
Contents?: true
Size: 379 Bytes
Versions: 213
Compression:
Stored size: 379 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo 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, 1932939531, 800 end end end end end
Version data entries
213 entries across 179 versions & 26 rubygems