Sha256: 93f66cdb09b94dc1f8773047f48140f80cd7d0f13794810948715cafb52c4d1e
Contents?: true
Size: 628 Bytes
Versions: 31
Compression:
Stored size: 628 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://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
31 entries across 31 versions & 6 rubygems