HardenedBSD/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
ctime.3
difftime.c
localtime.c Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
Makefile.inc
private.h
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
strptime.c
time2posix.3
timelocal.c Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
timelocal.h
tzfile.5
tzfile.h