Sha256: 269cc4df120a79169b84c51a31854441532d487025dc8b6bf42e909e6f1da0ac
Contents?: true
Size: 582 Bytes
Versions: 25
Compression:
Stored size: 582 Bytes
Contents
module TZInfo module Definitions module Africa module Gaborone include TimezoneDefinition timezone 'Africa/Gaborone' do |tz| tz.offset :o0, 6220, 0, :LMT tz.offset :o1, 5400, 0, :SAST tz.offset :o2, 7200, 0, :CAT tz.offset :o3, 7200, 3600, :CAST tz.transition 1884, 12, :o1, 10409223289, 4320 tz.transition 1903, 2, :o2, 38658791, 16 tz.transition 1943, 9, :o3, 4861973, 2 tz.transition 1944, 3, :o2, 58348043, 24 end end end end end
Version data entries
25 entries across 18 versions & 6 rubygems