Handbook
Glossary
read-cookie-string-2 ( -- timestamp )
Vocabulary
calendar
.
parser
Inputs
None
Outputs
timestamp
an
object
Definition
USING:
calendar
calendar.english
generalizations
io
kernel
math
sequences
;
IN:
calendar.parser
:
read-cookie-string-2
( -- timestamp )
read-sp
check-day-name
read-sp
month-abbreviations
index
1
+
check-timestamp
read-sp
checked-number
read-hh:mm:ss
[
read-sp
checked-number
]
5
ndip
" "
read-until
drop
parse-rfc822-gmt-offset
<timestamp>
;