parse-recent-time ( str -- str' )


Vocabulary
metar.private

Inputs
stran object


Outputs
str'an object


Definition


: parse-recent-time ( str -- str' )
dup length 2 >
[ 2 cut ":" glue ] [ " minutes past the hour" append ] if ;