Timeline from milliseconds

Hi all,

I try to visualize the data from a csv file. It works with the plugin CSV Server as long as the data contain a time column with hours, minutes and seconds. But now I have more than one event per second and have to change the time column to milliseconds without hours minutes and secons. The milliseconds count endless. It looks like this. The first column are the milliseconds.

“69702”, 0.1329, 10.89, 308, 0
“70217”, 0.1329, 10.89, 308, 0
“70723”, 0.1329, 10.89, 308, 0
“71227”, 0.1049, 10.89, 308, 0
“71731”, 0.0909, 10.88, 307, 0
“72236”, 0.0909, 10.88, 307, 1
“72740”, 0.1189, 10.88, 307, 0

Now nothing will be displayed.
How can I change the x-axis to milliseconds?

Thank you in advance for your help

Joerg