Sha256: 022c73d9beadce65afaa283699ff641a88d4364ff5e3c1e0d05b52c87f1837ad
Contents?: true
Size: 473 Bytes
Versions: 21
Compression:
Stored size: 473 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems