Sha256: 9d070a3ae41984c77bfa31e00b83f92e52cdc8055be69829bfaf1cc12508f895
Contents?: true
Size: 608 Bytes
Versions: 8
Compression:
Stored size: 608 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Indian module Mauritius include TimezoneDefinition timezone 'Indian/Mauritius' do |tz| tz.offset :o0, 13800, 0, :LMT tz.offset :o1, 14400, 0, :MUT tz.offset :o2, 14400, 3600, :MUST tz.transition 1906, 12, :o1, 348130993, 144 tz.transition 1982, 10, :o2, 403041600 tz.transition 1983, 3, :o1, 417034800 tz.transition 2008, 10, :o2, 1224972000 tz.transition 2009, 3, :o1, 1238274000 end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems