From 33d4e18b26cd37691a81584da0efd929097a22b3 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 12 Apr 2018 21:14:19 +0200 Subject: qlop: don't rely on %F for data parsing for portability While at it document the date formats in the man-page. --- man/include/qlop.optdesc.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'man/include') diff --git a/man/include/qlop.optdesc.yaml b/man/include/qlop.optdesc.yaml index 7864d6e..fad1670 100644 --- a/man/include/qlop.optdesc.yaml +++ b/man/include/qlop.optdesc.yaml @@ -1,3 +1,19 @@ +date: | + Limit the selection of packages to the date given, or to the range + of dates if this argument is given twice. The \fB--date\fR option + can take a few forms. + .RS + .IP "NUMBER [s] [ago]" + Relative time, specifying \fINUMBER\fR \fIdays\fR, \fIweeks\fR, + \fImonths\fR or \fIyears\fR, for example \fI3 days ago\fR. + .IP YYYY-MM-DD + Big-endian date, with components separated by hyphens, starting with + year, followed by month and day of month. + .IP SSSSSSSSS + Seconds since 1970-01-01 00:00:00 +0000 (UTC), the UNIX epoch. + .IP FORMAT|DATE + Use \fIFORMAT\fR as input for \fBstrptime\fR(3) to parse \fIDATE\fR. + .RE gauge: | Gauge number of times a package has been merged. This shows the merge time for each individual merge of package. -- cgit v1.2.3-65-gdbad