The routine FMT_TIM will take a structure and return a string with the
date and time. For example, the command:
IDL> a = fmt_tim(roadmap(0))
will return the string `16-DEC-91 02:29:40'. It is
possible to use the /MSEC keyword and get `16-DEC-91 02:29:40.819'
instead.