trackkit icon indicating copy to clipboard operation
trackkit copied to clipboard

GPRMCParser timeFormatter not handling milliseconds

Open jasonhenderson opened this issue 8 years ago • 0 comments

When the RMC NMEA sentence has a timestamp that includes milliseconds (ddMMyyHHmmss.SSS) it fails formatting and returns 0 from parseTime(). Adding the .SSS to the format string fixes it.

jasonhenderson avatar Oct 28 '17 23:10 jasonhenderson