mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
7b224479dc
and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.
26 lines
300 B
Plaintext
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
|
|
|