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