I aggree with Lars. Converting the timestamp to a numeric DBL and saving the DBL would be another option.
If you must read time in as text, the following methods exists:
1) Use a Timestamp Property Node
2) Parse string into Hours, Minutes, Seconds, etc. and use Date/Time to Seconds.
The attached VI uses the first method.