Sha256: faee644700525ba989729411b339fd51ee212350d505fc2c676eef5d0d579309
Contents?: true
Size: 553 Bytes
Versions: 4
Compression:
Stored size: 553 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::TZInfo module Definitions module Africa 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.transition 1884, 12, :o1, 10409223289, 4320 tz.transition 1943, 9, :o2, 4861973, 2 tz.transition 1944, 3, :o1, 58348043, 24 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems