Handbook
Glossary
ymdhms>timestamp ( str -- timestamp )
Vocabulary
calendar
.
parser
Inputs
str
an
object
Outputs
timestamp
an
object
Definition
USING:
calendar
io.streams.string
;
IN:
calendar.parser
:
ymdhms>timestamp
( str -- timestamp )
[
read-ymd
" "
expect
read-hms
instant
<timestamp>
]
with-string-reader
;