Sha256: 69b73389cc4c5d6dab0fd615ebb32b4f7c6820745a5ee997aee288ee7a82f12c
Contents?: true
Size: 515 Bytes
Versions: 21
Compression:
Stored size: 515 Bytes
Contents
require 'tzinfo/timezone_definition' module TZInfo module Definitions module Africa module Bamako include TimezoneDefinition timezone 'Africa/Bamako' do |tz| tz.offset :o0, -1920, 0, :LMT tz.offset :o1, 0, 0, :GMT tz.offset :o2, -3600, 0, :WAT tz.transition 1912, 1, :o1, 217746227, 90 tz.transition 1934, 2, :o2, 4854989, 2 tz.transition 1960, 6, :o1, 58490533, 24 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems