Problem whit timestamp

Hiutale6 years ago

After version 3.7. i get this error in log.

WARN: [bf469c5b] error - Text '2019-05-28T22:10:48' could not be parsed at index 19 - DateTimeParseException (... < DateUtil:63 < OsmAndProtocolDecoder:85 < ExtendedObjectDecoder:51 < ...)

Any easy way to fix it? I have python scrit what send gps status to traccar. Im not good for code so any easy idea to get it work again.

Anton Tananaev6 years ago

Looks like time format is incorrect. You need to use space instead of T. Even better is to use unix timestamp instead of formatted time.