File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ \section{\module{time} ---
124124or \function {localtime()} to a 24-character string of the following form:
125125\code {'Sun Jun 20 23:21:05 1993'}. If \var {tuple} is not provided, the
126126current time as returned by \function {localtime()} is used.
127+ Locale information is not used by \function {asctime()}.
127128\note {Unlike the C function of the same name, there is no trailing
128129newline.}
129130\versionchanged [Allowed \var {tuple} to be omitted]{2.1}
@@ -149,6 +150,7 @@ \section{\module{time} ---
149150representing local time. If \var {secs} is not provided, the current time
150151as returned by \function {time()} is used. \code {ctime(\var {secs})}
151152is equivalent to \code {asctime(localtime(\var {secs}))}.
153+ Locale information is not used by \function {ctime()}.
152154\versionchanged [Allowed \var {secs} to be omitted]{2.1}
153155\end {funcdesc }
154156
You can’t perform that action at this time.
0 commit comments