faf69f5584fcf4be59e4d60b3abc9cb0747232a0
[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/susv3xsh/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 Windows does support the non-SUS %e specifier (and possibly the other
17 non-SUS specifiers too).
18 @end itemize
19
20 Extension: Gnulib offers a module @samp{strftime} that provides an
21 @code{strftime} function with various GNU extensions.