Date: Fri, 28 Jan 2000 09:40:43 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime strftime.3 strftime.c Message-ID: <200001281740.JAA70320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2000/01/28 09:40:43 PST
Modified files:
lib/libc/stdtime strftime.3 strftime.c
Log:
There were so far only 42 different conversion specifications in
strftime(3), add another one. :) %z yields the local timezone's offset
in hours and minutes, as used in RFC822 headers. There's a precedence
for this in Lunux' libc, and Internet software (like Perl scripts)
start using it.
OKed by (wrt. the code freeze): jkh
Revision Changes Path
1.18 +7 -1 src/lib/libc/stdtime/strftime.3
1.25 +17 -1 src/lib/libc/stdtime/strftime.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001281740.JAA70320>
