hms>timestamp ( str -- timestamp )


Vocabulary
calendar.format

Definition
USING: io.streams.string ;

IN: calendar.format

: hms>timestamp ( str -- timestamp )
[ (hms>timestamp) ] with-string-reader ;