Sha256: aafc6d904ec8c04c9a7b2b135c3fcabc055a68b2cc11b739dc76fd9a38948548
Contents?: true
Size: 535 Bytes
Versions: 21
Compression:
Stored size: 535 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Africa module Mogadishu include TimezoneDefinition timezone 'Africa/Mogadishu' do |tz| tz.offset :o0, 10888, 0, :LMT tz.offset :o1, 10800, 0, :EAT tz.offset :o2, 9000, 0, :BEAT tz.transition 1893, 10, :o1, 26057898439, 10800 tz.transition 1930, 12, :o2, 19410739, 8 tz.transition 1956, 12, :o1, 116920291, 48 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems