Returns the time as a string in HH:MM:SS format. 24 hour. If no
parameter is passed, Now is assumed.
Example:
Writeln TimeString
;returns the time of Now as text
Writeln TimeString (Now + (5 * SecondsInHour))
;returns the time of 5 hours from now as text