Sha256: eeebdcf9ae77c4521ce1a87f961f413c448e1900e90010bda54061863d639f59
Contents?: true
Size: 627 Bytes
Versions: 17
Compression:
Stored size: 627 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 Chagos include TimezoneDefinition timezone 'Indian/Chagos' do |tz| tz.offset :o0, 17380, 0, :LMT tz.offset :o1, 18000, 0, :'+05' tz.offset :o2, 21600, 0, :'+06' tz.transition 1906, 12, :o1, -1988167780, 10443929611, 4320 tz.transition 1995, 12, :o2, 820436400 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems