Closed jsebrof closed 6 years ago
Tested and it works great. This is very helpful, thanks!
@jmicrobe From your screenshot, it looks like your spreadsheet program is reformatting the date, and truncating the seconds value that should be at the end. This commonly happens in Excel I know with datetime fields. If you look at the raw CSV file, this datetime column should have values formatted like the following: 2018/9/31 17:41:12 (This is for September 31st, 2018 at 5:41pm and 12 seconds) Just in case you find the seconds field helpful.
Yes that's right, excel hid some of the info. Looking at the raw data it shows: 2018/10/10 14:49:56
… time stored in the Real-Time Clock when each logging line is written.