diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:57:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:57:07 +0300 |
commit | 3ca7f0b16d0a5c105380b284a81c6a1b2c210908 (patch) | |
tree | c2153d226b9cba3ebca0c3556b19bf3e52cd20dd /missing/strftime.3 | |
parent | f20ab7c3039a4023f41372bfe4bde3b16d481df7 (diff) | |
download | egawk-3ca7f0b16d0a5c105380b284a81c6a1b2c210908.tar.gz egawk-3ca7f0b16d0a5c105380b284a81c6a1b2c210908.tar.bz2 egawk-3ca7f0b16d0a5c105380b284a81c6a1b2c210908.zip |
Move to gawk-3.0.5.
Diffstat (limited to 'missing/strftime.3')
-rw-r--r-- | missing/strftime.3 | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/missing/strftime.3 b/missing/strftime.3 index e6b270c8..0ccd7d33 100644 --- a/missing/strftime.3 +++ b/missing/strftime.3 @@ -197,6 +197,48 @@ Single digit numbers are padded with a blank. is replaced by the hour (12-hour clock) as a decimal number .RB ( 1 - 12 ). Single digit numbers are padded with a blank. +.PP +If +.B HPUX_EXT +is defined when the routine is compiled, then the following additional +conversions will be available. +These are borrowed from the HP-UX version of +.IR date . +.TP +.B %E +The combined ``Emporer/Era'' name and year +(same as +.B %Y ). +This is only available if +.B POSIX2_DATE +is +.I not +defined. +.TP +.B %F +Same as +.BR %B . +(Marked as obsolescent in the HP-UX documentation.) +.TP +.B %N +The ``Emporer/Era'' name. +Typically, this is equivalent to the century +(same as +.B %C ). +.TP +.B %o +The ``Emporer/Era'' year. +Typically, this is equivalent to the year +(same as +.B %y ). +.TP +.B %z +The timezone name or abbreviation. +This is only available if +.B MAILHEADER_EXT +is +.I not +defined. .SH POSIX 1003.2 EXTENSIONS If .B POSIX2_DATE @@ -340,7 +382,7 @@ then there may be some performance improvements by not defining .nf Arnold Robbins .sp -INTERNET: arnold@gnu.org +INTERNET: arnold@skeeve.com .fi .SH ACKNOWLEDGEMENTS Thanks to Geoff Clare <gwc@root.co.uk> for helping debug earlier |