Sha256: e4856360b1c18b64b3b4e4acc6f116411c18bd3a455c86210c76c5a5862e4891
Contents?: true
Size: 535 Bytes
Versions: 13
Compression:
Stored size: 535 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 Africa module Bujumbura include TimezoneDefinition timezone 'Africa/Bujumbura' do |tz| tz.offset :o0, 7048, 0, :LMT tz.offset :o1, 7200, 0, :CAT tz.transition 1889, 12, :o1, -2524528648, 26042778919, 10800 end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems