Sha256: d98a747819d27920cf2c49e3a479ec6d4163a5950d96454066fcf2b09cf2a6c7
Contents?: true
Size: 367 Bytes
Versions: 9
Compression:
Stored size: 367 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Indian module Cocos include TimezoneDefinition timezone 'Indian/Cocos' do |tz| tz.offset :o0, 23260, 0, :LMT tz.offset :o1, 23400, 0, :'+0630' tz.transition 1899, 12, :o1, 10432887397, 4320 end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems