Sha256: 56ec2a9040aff2f19abd0f2f4c640c48c8d8c560800a38a68c7c82d0895a8a8c
Contents?: true
Size: 783 Bytes
Versions: 33
Compression:
Stored size: 783 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -1988164200, 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 end
Version data entries
33 entries across 33 versions & 1 rubygems