andrethemac / L76GLNSV4

MicroPython library for quectel L76 glnss gps on pycom pytrack
MIT License
18 stars 16 forks source link

Year and date transposed in getUTCDateTime() #1

Closed jmpratt closed 6 years ago

jmpratt commented 6 years ago

When I call getUTCDateTime() and print the result, the current date appears behind the "20" and the year is displayed as the date. For instance, when it's 2018-5-27, that function returns 2027-5-18.

andrethemac commented 6 years ago

you're right. my bad. I haven't tested this enough (RMC message are rather rare sometimes). Thanks for mention.

jmpratt commented 6 years ago

Happy to help. Your code is very useful. Thank you.

On Sun, May 27, 2018 at 2:38 PM Andre notifications@github.com wrote:

you're right. my bad. I haven't tested this enough (RMC message are rather rare sometimes). Thanks for mention.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andrethemac/L76GLNSV4/issues/1#issuecomment-392353585, or mute the thread https://github.com/notifications/unsubscribe-auth/Akk-6nYQnfRwty31ApmcS5rZvwjpPkGgks5t2vKxgaJpZM4UPHkS .

andrethemac commented 6 years ago

glad you like it.