trackkit
trackkit copied to clipboard
GPRMCParser timeFormatter not handling milliseconds
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.