Sha256: c1ff2ff735828eec43ffdbabc7da760c7fafe5dc8e050bae149002cecccba8ba
Contents?: true
Size: 458 Bytes
Versions: 10
Compression:
Stored size: 458 Bytes
Contents
# encoding: UTF-8 module TZInfo 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, 10443929611, 4320 tz.transition 1995, 12, :o2, 820436400 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems