From f8c01b6f683e9a7e6962a70703cdad1f76771319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 18 Sep 2008 23:13:42 +0200 Subject: [PATCH] Fix `strftime' documentation wrt. `%Z'. * doc/ref/posix.texi (Time)[strftime]: Remove erroneous note saying that `%Z' ignores `tm:zone'. Reported by Neil Jerram. --- doc/ref/posix.texi | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi index a91bdb969..cb19a7af8 100644 --- a/doc/ref/posix.texi +++ b/doc/ref/posix.texi @@ -1263,9 +1263,6 @@ formatting. If @code{setlocale} has been called (@pxref{Locales}), month and day names are from the current locale and in the locale character set. - -Note that @samp{%Z} always ignores the @code{tm:zone} in @var{tm}; -instead it prints just the current zone (@code{tzset} above). @end deffn @deffn {Scheme Procedure} strptime format string