poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getdate.texi
blob60a12aed65707656a6aa46a7e40624d5374e4f77
1 @node getdate
2 @section @code{getdate}
3 @findex getdate
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getdate.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 FreeBSD 6.0, NetBSD 5.0, OpenBSD 6.7, Minix 3.1.8, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
18 @end itemize
20 Gnulib provides a module @code{parse-datetime} that contains a function
21 @code{parse_datetime}
22 that has similar functionality as the @code{getdate} function.