Module Extended_time

module Extended_time: sig .. end
Shortcut for calling Core_extended.Unix.strftime without having to create a Time.t and convert it to a Unix.tm.

format "%Y-%m-%d" t will return "YYYY-MM-DD"


module Extended_date: sig .. end
module Extended_span: sig .. end