adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Time is inaccurate #33

Closed evaherrada closed 5 years ago

evaherrada commented 5 years ago

For me, it says the hour is 19, when it's actually 15. The minutes and seconds are spot on, but the hours are off

ladyada commented 5 years ago

hi please show the NMEA output and the parsed output. GPS time is in GMT

evaherrada commented 5 years ago

Ah, in that case it was merely operator error. I should have converted it to my local time from GMT