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