Sha256: 94c0c68a9b441e30bab5ffb02be2df8819035e9fe9799608a6a7a4de454ee58d
Contents?: true
Size: 529 Bytes
Versions: 15
Compression:
Stored size: 529 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 Comoro include TimezoneDefinition timezone 'Indian/Comoro' do |tz| tz.offset :o0, 10384, 0, :LMT tz.offset :o1, 10800, 0, :EAT tz.transition 1911, 6, :o1, -1846291984, 13063779251, 5400 end end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems