doc repair
Closes PR 12289
This commit is contained in:
parent
1175964a78
commit
7adc61060d
|
@ -183,7 +183,7 @@ day only if @racket[time?]. See also @racket[date-display-format].}
|
|||
Parameter that determines the date string format. The initial format
|
||||
is @racket['american].}
|
||||
|
||||
@defproc[(date->seconds [date date?][local-time? any/c #f]) exact-integer?]{
|
||||
@defproc[(date->seconds [date date?] [local-time? any/c #t]) exact-integer?]{
|
||||
Finds the representation of a date in platform-specific seconds.
|
||||
The @racket[time-zone-offset] field of @racket[date] is ignored;
|
||||
the date is assumed to be in local time by default or in UTC
|
||||
|
|
Loading…
Reference in New Issue
Block a user