Sha256: 781d5b4261b4c7f14f4988689cfda0e882caf91845b0861db7977bc13732aa64
Contents?: true
Size: 530 Bytes
Versions: 33
Compression:
Stored size: 530 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 Reunion include TimezoneDefinition timezone 'Indian/Reunion' do |tz| tz.offset :o0, 13312, 0, :LMT tz.offset :o1, 14400, 0, :RET tz.transition 1911, 5, :o1, -1848886912, 3265904267, 1350 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems