(timestamp>hms) ( timestamp -- )


Vocabulary
calendar.format

Definition
USING: calendar.format.macros ;

IN: calendar.format

: (timestamp>hms) ( timestamp -- )
{ hh ":" mm ":" ss } formatted ;