Sha256: 5850e41b7510a17636b1d271e4bc6c7869e52d3918f990f81cdaceb862cdbb8f
Contents?: true
Size: 497 Bytes
Versions: 239
Compression:
Stored size: 497 Bytes
Contents
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
239 entries across 162 versions & 17 rubygems