Sha256: a066fc5e1e2bc1d905a927b1531c6aff626e8fda2a431d6e7eeb2e56d6a11071
Contents?: true
Size: 538 Bytes
Versions: 17
Compression:
Stored size: 538 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 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, -2364102172, 52125664457, 21600 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems