mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 23:20:32 +02:00
Fix strftime' documentation wrt.
%Z'.
* doc/ref/posix.texi (Time)[strftime]: Remove erroneous note saying that `%Z' ignores `tm:zone'. Reported by Neil Jerram.
This commit is contained in:
parent
b5cb4464ca
commit
f8c01b6f68
1 changed files with 0 additions and 3 deletions
|
@ -1263,9 +1263,6 @@ formatting.
|
||||||
|
|
||||||
If @code{setlocale} has been called (@pxref{Locales}), month and day
|
If @code{setlocale} has been called (@pxref{Locales}), month and day
|
||||||
names are from the current locale and in the locale character set.
|
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
|
@end deffn
|
||||||
|
|
||||||
@deffn {Scheme Procedure} strptime format string
|
@deffn {Scheme Procedure} strptime format string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue