5630b00b6d5155d84f40cb912867c6f1149a6f7c
[gnulib.git] / doc / posix-functions / localtime_r.texi
1 @node localtime_r
2 @section @code{localtime_r}
3 @findex localtime_r
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/localtime_r.html}
6
7 Gnulib module: time_r
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw.
14 @item
15 Some platforms define a function of this name that is incompatible to POSIX:
16 HP-UX 10.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize