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