Sha256: 835bfb939597bedc26c101630d61c12b1d7358d8d137b817227002a5b0ae625c
Contents?: true
Size: 534 Bytes
Versions: 13
Compression:
Stored size: 534 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 Lubumbashi include TimezoneDefinition timezone 'Africa/Lubumbashi' do |tz| tz.offset :o0, 6592, 0, :LMT tz.offset :o1, 7200, 0, :CAT tz.transition 1897, 11, :o1, -2276646592, 1629610261, 675 end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems