Handbook
Glossary
read-cookie-gmt-offset ( -- dt )
Vocabulary
calendar
.
parser
Inputs
None
Outputs
dt
an
object
Definition
USING:
calendar
io
kernel
sequences
;
IN:
calendar.parser
:
read-cookie-gmt-offset
( -- dt )
" "
read-until
drop
dup
empty?
[
drop
instant
]
[
parse-rfc822-gmt-offset
]
if
;