Handbook
Glossary
timestamp>git-string ( timestamp -- str )
Vocabulary
calendar
.
format
Inputs
timestamp
an
object
Outputs
str
an
object
Definition
USING:
accessors
io.streams.string
;
IN:
calendar.format
:
timestamp>git-string
( timestamp -- str )
[
{
DAY
" "
MONTH
" "
D
" "
hh:mm:ss
" "
YYYY
" "
[
gmt-offset>>
write-gmt-offset-hhmm
]
}
formatted
]
with-string-writer
;