(I hope I understand correctly how your timestamp is formatted).
You can read the file as string with "read characters form file" then use "Spreadsheet string to array" with a 2D DBL as type. The first column will be your timestamp where you have to add your reference time to get the absolute time for the x-axis.
You can format the x-axis of the graph as time and also specify the desired time format. Everything is possible, even AM/PM.
Some problems with your data:
-- The time range is very big and covers many days. --> You also need to display the date.
-- Your file is not sorted by timestamp. Since processes don't typically go back in time, you should sort it before displaying (See attached example, LabVIEW 7.0).