freebsd-dev/lib/libc/stdtime
Joerg Wunsch 208b582201 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
2000-01-28 17:40:42 +00:00
..
asctime.c Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. 1999-01-04 20:45:20 +00:00
ctime.3 Spelling and grammar error fix. 1999-09-04 15:56:51 +00:00
difftime.c Merge the recently-imported tzcode96h distribution (libc portion). The 1996-07-18 18:53:15 +00:00
localtime.c Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
private.h Merge the recently-imported tzcode96h distribution (libc portion). The 1996-07-18 18:53:15 +00:00
strftime.3 There were so far only 42 different conversion specifications in 2000-01-28 17:40:42 +00:00
strftime.c There were so far only 42 different conversion specifications in 2000-01-28 17:40:42 +00:00
strptime.3 Remove discussion of %C in the BUGS section. The limitations on valid 1999-12-09 07:58:28 +00:00
strptime.c Prevent digit-gobbling for all but %l and %e, which can't be fixed. 1999-12-08 15:49:10 +00:00
time2posix.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
timelocal.c Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
timelocal.h %Ex -> %Ef to not conflict with POSIX 1999-11-30 19:24:07 +00:00
tzfile.5 Make the quotes in the #include line visible. 2000-01-19 13:27:03 +00:00
tzfile.h Merge from vendor branch: timezone file structure changes and doco. 1999-01-21 17:22:59 +00:00