From 315581c7849dd72f9e5a8702a8d6390e00a6c0cd Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 24 May 2018 21:32:55 -0700 Subject: [PATCH] Updated SC2183 (markdown) --- SC2183.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2183.md b/SC2183.md index d3903bc..ab1b355 100644 --- a/SC2183.md +++ b/SC2183.md @@ -21,4 +21,4 @@ Either remove the unused variables from the format string, or add enough argumen ### Exceptions: -None. \ No newline at end of file +When using the Ksh/Bash `%T` timestamp extension, such as `printf '%(%s)T\n'`, an argument of `-1` and no argument are both taken to mean the current time. In these cases, consider specifying `-1` explicitly. \ No newline at end of file