Note that the optional arguments for make-date are not as optional as
you may think.
This commit is contained in:
parent
82a6c64430
commit
8728acdf1f
|
@ -2700,7 +2700,8 @@ This is described for each procedure below.
|
||||||
are optional, and default to \ex{\#f}, \ex{\#f}, \ex{\#f}, 0,
|
are optional, and default to \ex{\#f}, \ex{\#f}, \ex{\#f}, 0,
|
||||||
and 0 respectively.
|
and 0 respectively.
|
||||||
This is useful when creating a \ex{date} record to pass as an
|
This is useful when creating a \ex{date} record to pass as an
|
||||||
argument to \ex{time}.
|
argument to \ex{time}. Other procedures, however, may refuse to work
|
||||||
|
with these incomplete \ex{date} records.
|
||||||
\end{desc}
|
\end{desc}
|
||||||
|
|
||||||
\subsection{Time zones}
|
\subsection{Time zones}
|
||||||
|
|
Loading…
Reference in New Issue