Sha256: 927bb77520c65e7c707a1c0e9b119be2445f31710be53224a75fc149f1864ecf
Contents?: true
Size: 528 Bytes
Versions: 21
Compression:
Stored size: 528 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems