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