mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
* posix.texi (Time): Correction to strftime glibc cross reference
node, now "Formatting Calendar Time".
This commit is contained in:
parent
3e73b6f9df
commit
158fab2b80
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ or @code{gmtime}. @var{template} is a string which can include formatting
|
||||||
specifications introduced by a @samp{%} character. The formatting of
|
specifications introduced by a @samp{%} character. The formatting of
|
||||||
month and day names is dependent on the current locale. The value returned
|
month and day names is dependent on the current locale. The value returned
|
||||||
is the formatted string.
|
is the formatted string.
|
||||||
@xref{Formatting Date and Time, , , libc, The GNU C Library Reference Manual}.
|
@xref{Formatting Calendar Time, , , libc, The GNU C Library Reference Manual}.
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(strftime "%c" (localtime (current-time)))
|
(strftime "%c" (localtime (current-time)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue