Sha256: 9fc1e5580e90ab62e71e25fe159daae0582fecd07dab604df345348b308ab13f
Contents?: true
Size: 525 Bytes
Versions: 33
Compression:
Stored size: 525 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 Mahe include TimezoneDefinition timezone 'Indian/Mahe' do |tz| tz.offset :o0, 13308, 0, :LMT tz.offset :o1, 14400, 0, :SCT tz.transition 1906, 5, :o1, -2006653308, 17405008891, 7200 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems