Handbook
Glossary
write-rfc2822 ( timestamp -- )
Vocabulary
calendar
.
format
Inputs
timestamp
an
object
Outputs
None
Definition
USING:
accessors
;
IN:
calendar.format
:
write-rfc2822
( timestamp -- )
{
DAY
", "
D
" "
MONTH
" "
YYYY
" "
hh:mm:ss
" "
[
gmt-offset>>
write-gmt-offset
]
}
formatted
;