I got this time format
Fri Aug 28 11:34:57,915 2020
from a tera term data logging. I'm trying to find a possibility to convert it to a more handy time format. So far, I couldn't find a proper package (e.g. chron
, lubridate
and POSIXct
) or something similar. But so far, I never had such an issue by converting time formats so I hope others already know something.
Otherwise I have to re-arrange it somehow manually.