Sha256: 33e887b09fd05bdbbde96d2742952f524c34bf0bc53964d373d4c363a6ec6e28
Contents?: true
Size: 373 Bytes
Versions: 9
Compression:
Stored size: 373 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Indian module Christmas include TimezoneDefinition timezone 'Indian/Christmas' do |tz| tz.offset :o0, 25372, 0, :LMT tz.offset :o1, 25200, 0, :'+07' tz.transition 1895, 1, :o1, 52125664457, 21600 end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems