Georacer / ardupilog

A ardupilot log to MATLAB converter
GNU General Public License v3.0
48 stars 36 forks source link

bootTimeUTC and dateNumUTC appear incorrect #87

Closed samuelctabor closed 2 years ago

samuelctabor commented 2 years ago

From recent logs I am getting incorrect datenums.

E.g.

>> log.bootTimeUTC

ans =

1980-01-05 23:59:50
>> datestr(max(log.GPS.DatenumUTC))

ans =

06-Jan-1980 07:30:00
samuelctabor commented 2 years ago

Actually it is correct on master, I was using a cached .mat saved from a previous version output

Georacer commented 2 years ago

Nice to hear. Those leap seconds are a pain.