Sha256: bcbd9d43536f129c4fa2db4ed955f052a525be5477f71e54ea68131eb47ad442
Contents?: true
Size: 490 Bytes
Versions: 233
Compression:
Stored size: 490 Bytes
Contents
module TZInfo module Definitions module Africa module Nouakchott include TimezoneDefinition timezone 'Africa/Nouakchott' do |tz| tz.offset :o0, -3828, 0, :LMT tz.offset :o1, 0, 0, :GMT tz.offset :o2, -3600, 0, :WAT tz.transition 1912, 1, :o1, 17419698319, 7200 tz.transition 1934, 2, :o2, 4854989, 2 tz.transition 1960, 11, :o1, 58494397, 24 end end end end end
Version data entries
233 entries across 160 versions & 17 rubygems