Handbook
Glossary
write-gmt-offset ( gmt-offset -- )
Vocabulary
calendar
.
format
Inputs
gmt-offset
an
object
Outputs
None
Definition
USING:
calendar
io
kernel
;
IN:
calendar.format
:
write-gmt-offset
( gmt-offset -- )
dup
instant
=
[
drop
"GMT"
write
]
[
write-gmt-offset-hhmm
]
if
;