e58e1ef494f55391e3f460d1892da0f7b233787d
[gnulib.git] / doc / posix-functions / strftime.texi
1 @node strftime
2 @section @code{strftime}
3 @findex strftime
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strftime.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 The Windows C runtime library (which is used by MinGW) does not
17 support the %e specifier (and possibly the other more recent SUS
18 specifiers too, i.e., %C, %D, %h, %n, %r, %R, %t, and %T).
19 @end itemize
20
21 Extension: Gnulib offers a module @samp{strftime} that provides an
22 @code{nstrftime} function with various GNU extensions.