Sha256: 8658d7b0155930610fed47a1f4099d74fc4fc5e391ede08979148f22c3188a60
Contents?: true
Size: 588 Bytes
Versions: 9
Compression:
Stored size: 588 Bytes
Contents
module TZInfo module Definitions module Africa module Kampala include TimezoneDefinition timezone 'Africa/Kampala' do |tz| tz.offset :o0, 7780, 0, :LMT tz.offset :o1, 10800, 0, :EAT tz.offset :o2, 9000, 0, :BEAT tz.offset :o3, 9885, 0, :BEAUT tz.transition 1928, 6, :o1, 10477850731, 4320 tz.transition 1929, 12, :o2, 19407819, 8 tz.transition 1947, 12, :o3, 116762467, 48 tz.transition 1956, 12, :o1, 14030434861, 5760 end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems