1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/strftime
T
Paul Eggert 7b224479dc Add time_r module. Change timegm, mktime, and strftime to use localtime_r
and gmtime_r, now supplied by the time_r module.  This fixes some timegm
bugs and cleans up mktime and strftime a bit.
2003-09-06 21:34:07 +00:00

26 lines
300 B
Plaintext

Description:
nstrftime() function: convert date and time to string, with GNU extensions.
Files:
lib/strftime.c
m4/mbstate_t.m4
m4/tm_gmtoff.m4
m4/strftime.m4
Depends-on:
time_r
tzset
configure.ac:
jm_FUNC_GNU_STRFTIME
Makefile.am:
lib_SOURCES += strftime.c
Include:
<time.h>
Maintainer:
glibc