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