Sha256: f593c45a38d3aa0d039fb8f6a84f565066d04fe517b89f0dda2c0863f904785e
Contents?: true
Size: 651 Bytes
Versions: 4
Compression:
Stored size: 651 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::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
4 entries across 4 versions & 1 rubygems