Handbook
Glossary
write-gmt-offset-hh:mm ( gmt-offset -- )
Vocabulary
calendar
.
format
Inputs
gmt-offset
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
math
;
IN:
calendar.format
:
write-gmt-offset-hh:mm
( gmt-offset -- )
[
hour>>
dup
0
<
"-"
"+"
?
write
abs
write-00
":"
write
]
[
mm
]
bi
;