lib/tzinfo/definitions/Africa/Gaborone.rb in tzinfo-0.3.35 vs lib/tzinfo/definitions/Africa/Gaborone.rb in tzinfo-0.3.36

- old
+ new

@@ -4,15 +4,17 @@ module Gaborone include TimezoneDefinition timezone 'Africa/Gaborone' do |tz| tz.offset :o0, 6220, 0, :LMT - tz.offset :o1, 7200, 0, :CAT - tz.offset :o2, 7200, 3600, :CAST + 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 1943, 9, :o2, 4861973, 2 - tz.transition 1944, 3, :o1, 58348043, 24 + 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