bb6201d66d
The date format has been moved into a constant variable. Certain modules do not have a disclosure_date. For example, ‘checkvm’. This necessitated checking disclosure_date for nil before attempting a format conversion. Also, there was an additional location in core.rb that needed the formatting / nil check added. Specs were also updated appropriately.