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