poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / wcsftime.texi
blob323ac2152bf453097bc504bd7e3521d31e8bd5b7
1 @node wcsftime
2 @section @code{wcsftime}
3 @findex wcsftime
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/wcsftime.html}
7 Gnulib module: wcsftime
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On native Windows platforms (mingw, MSVC), this function works incorrectly
13 when the environment variable @code{TZ} has been set by Cygwin.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is missing on some platforms:
20 OpenBSD 3.8, Minix 3.1.8, Cygwin 1.5.x.
21 @item
22 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
23 accommodate all Unicode characters.
24 @item
25 Native Windows platforms (mingw, MSVC) support only a subset of time
26 zones specified by POSIX@.  @xref{tzset}.
27 @end itemize