ref: 07e8c324a87c42ec641d982d7d36142c2ae4ac00
parent: c931e96364ec6e587f9137e768ad0f9b70e2e9fa
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Nov 30 02:41:49 EST 2020
tmdate(2): remove lies Initially the code tried to guess the date format. This turned out to be a bit too magical, so the feature was removed, but the manpage still documented the nonfeature.
--- a/sys/man/2/tmdate
+++ b/sys/man/2/tmdate
@@ -157,11 +157,6 @@
without modification.
.PP
-If the format argument is nil, it makes an
-attempt to parse common human readable date formats. These
-formats include ISO-8601, RFC3339 and RFC2822 dates.
-.
-.PP
Tmfmt produces a format description structure suitable for passing
to
.IR fmtprint (2) .