diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-16 21:06:07 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-16 21:06:07 +0200 |
commit | d587d4e5a72d08926d36288663a92ca6efbe0a6b (patch) | |
tree | bc0ca68333c11f7c56d4c6894b1a725ff707e4c8 /doc/awkcard.in | |
parent | edfb721ac785219e9b881d8ac3a841cef8270a79 (diff) | |
download | egawk-d587d4e5a72d08926d36288663a92ca6efbe0a6b.tar.gz egawk-d587d4e5a72d08926d36288663a92ca6efbe0a6b.tar.bz2 egawk-d587d4e5a72d08926d36288663a92ca6efbe0a6b.zip |
Add PROCINFO["strftime"] as default strftime() format.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 2389ca38..15a98281 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1775,8 +1775,10 @@ If \*(FIutc-flag\*(FR is present and is non-zero or non-null, the result is in UTC, otherwise the result is in local time. If \*(FItimestamp\fP is missing, the current time of day is used. If -\*(FIformat\fP is missing, a default format equivalent to the output -of \*(FIdate\*(FR(1) is used. +\*(FIformat\fP is missing, use \*(FCPROCINFO["strftime"]\fP. +The default value is +equivalent to the output +of \*(FIdate\*(FR(1). .ti -.2i \*(FCsystime()\fP .br |