Sha256: ec2c529d2d91a5858fe773c059732efe98af488e40a403f466591ab2ddc3df29
Contents?: true
Size: 528 Bytes
Versions: 33
Compression:
Stored size: 528 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data module Definitions module Indian module Cocos include TimezoneDefinition timezone 'Indian/Cocos' do |tz| tz.offset :o0, 23260, 0, :LMT tz.offset :o1, 23400, 0, :CCT tz.transition 1899, 12, :o1, -2209012060, 10432887397, 4320 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems