diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-29 10:30:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-29 10:30:45 +0000 |
commit | e1350332dcddd748d7f8ed2a7c0d08e5a88b27fe (patch) | |
tree | 89ae041f0d8c417b3db3133c50f1561fa95013f4 /manual | |
parent | cbef6235413a54256f297247ac133d96d306b40a (diff) | |
download | glibc-e1350332dcddd748d7f8ed2a7c0d08e5a88b27fe.tar glibc-e1350332dcddd748d7f8ed2a7c0d08e5a88b27fe.tar.gz glibc-e1350332dcddd748d7f8ed2a7c0d08e5a88b27fe.tar.bz2 glibc-e1350332dcddd748d7f8ed2a7c0d08e5a88b27fe.zip |
Provide RFC 822 format example.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/time.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/time.texi b/manual/time.texi index 10ee147b3a..16e61dadff 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -959,6 +959,10 @@ determinable. This format is a GNU extension. +A full @w{RFC 822} timestamp is generated by the format +@w{@samp{"%a, %d %b %Y %H:%M:%S %z"}} (or the equivalent +@w{@samp{"%a, %d %b %Y %T %z"}}. + @item %Z The time zone abbreviation (empty if the time zone can't be determined). |