(Solved) TimeMS to real time?

This is probably mentioned somewhere else, and may well be a stupid question, but I’d like to know how to convert a TimeMS value to seconds? For example, if my log (3.2) is recording an event at TimeMS value of 36613, and another event at TimeMS value of 40421, how do I find out the time in seconds between those two events?

Are you asking how to convert milliseconds to seconds? That’s 36 seconds through 40 seconds, just more the decimal point 3 to the left (or divide by 1000). Or are you asking how to convert milliseconds to the specific date/time?

Thanks. I figured (wrongly) it couldn’t be that simple… but alas…