Sha256: 37be38fa8ce40480de89d52fc1b8af6d73c71b091abe5eefa23dd0439ec96392
Contents?: true
Size: 626 Bytes
Versions: 21
Compression:
Stored size: 626 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems