Sha256: 8a2619ab9afedeacbcdbb26d7f7931a9f073dd837ab24f455381998e98638824
Contents?: true
Size: 623 Bytes
Versions: 33
Compression:
Stored size: 623 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, :IOT tz.offset :o2, 21600, 0, :IOT tz.transition 1906, 12, :o1, -1988167780, 10443929611, 4320 tz.transition 1995, 12, :o2, 820436400 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems