>From 6f10f15569dac6cbb9fda51fb88e39e9556f5d55 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Thu, 31 Dec 2015 15:32:58 +0100 Subject: [PATCH 1/2] Document that %AT/%AX prints nanoseconds. * doc/find.texi: Both %AT and %AX printf format specifiers print nanoseconds since 4.3.3. - Document this. * find/find.1: Likewise. --- doc/find.texi | 5 +++-- find/find.1 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/find.texi b/doc/find.texi index fdeb841..ea5600a 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -2063,9 +2063,10 @@ components. @item r time, 12-hour (hh:mm:ss [AP]M) @item T -time, 24-hour (hh:mm:ss) +time, 24-hour (hh:mm:ss.xxxxxxxxxx) @item X -locale's time representation (H:M:S) +locale's time representation (H:M:S). The seconds field includes a +fractional part. @item c locale's date and time in ctime format (Sat Nov 04 12:02:33 EST 1989). This format does not include any fractional part in the diff --git a/find/find.1 b/find/find.1 index 7b141b8..383ea83 100644 --- a/find/find.1 +++ b/find/find.1 @@ -1301,14 +1301,15 @@ time, 12-hour (hh:mm:ss [AP]M) .IP S Second (00.00 .. 61.00). There is a fractional part. .IP T -time, 24-hour (hh:mm:ss) +time, 24-hour (hh:mm:ss.xxxxxxxxxx) .IP + Date and time, separated by `+', for example `2004\-04\-28+22:22:05.0'. This is a GNU extension. The time is given in the current timezone (which may be affected by setting the TZ environment variable). The seconds field includes a fractional part. .IP X -locale's time representation (H:M:S) +locale's time representation (H:M:S). The seconds field includes a +fractional part. .IP Z time zone (e.g., EDT), or nothing if no time zone is determinable .PP -- 2.6.4