Sha256: 88e2b7a7d47caab55cd273751281ed43712c3c5e8dcc8a915ce1afb921a5f8fd
Contents?: true
Size: 484 Bytes
Versions: 234
Compression:
Stored size: 484 Bytes
Contents
module TZInfo module Definitions module Africa module Maseru include TimezoneDefinition timezone 'Africa/Maseru' do |tz| tz.offset :o0, 6600, 0, :LMT tz.offset :o1, 7200, 0, :SAST tz.offset :o2, 7200, 3600, :SAST tz.transition 1903, 2, :o1, 347929117, 144 tz.transition 1943, 9, :o2, 4861973, 2 tz.transition 1944, 3, :o1, 58348043, 24 end end end end end
Version data entries
234 entries across 161 versions & 17 rubygems