Sha256: 35426033b9fb9a7ed38abc39a33cfa4adbc1a569d7c50b833dca14cc3b0b54a0
Contents?: true
Size: 529 Bytes
Versions: 8
Compression:
Stored size: 529 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://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, :'+04' tz.transition 1906, 12, :o1, -1988163708, 17406549691, 7200 end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems