Sha256: 01c7cef3d4d9f7c2f1ac01f10cea7087c10f67c74be896a151f9f3afe906dd49
Contents?: true
Size: 527 Bytes
Versions: 17
Compression:
Stored size: 527 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, :'+04' tz.transition 1906, 5, :o1, -2006653308, 17405008891, 7200 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems