(timestamp>string) ( timestamp -- )


Vocabulary
calendar.format

Definition
USING: calendar.format.macros ;

IN: calendar.format

: (timestamp>string) ( timestamp -- )
{ DAY ", " D " " MONTH " " YYYY " " hh ":" mm ":" ss }
formatted ;