Handbook
Glossary
timestamp-header. ( -- )
Vocabulary
logging
.
server
Inputs
None
Outputs
None
Definition
USING:
calendar
calendar.format
io
;
IN:
logging.server
:
timestamp-header.
( -- )
"["
write
now
write-rfc3339
"] "
write
;