I have some GPS units using the GT06 and JT808 protocols.
I am encountering an issue and am not sure of the best way to configure them.
If I configure the GPS units with the GMT timezone,
the Device Time and Server Time appear correctly in Traccar.
If I configure the GPS with TimeZone -4, the Server Time appears correct in Traccar, but the Device and Fix Times appear incorrect.
If I leave the Time Zone at 0, the timestamp on the videos recorded by the GPS units is incorrect.
Should I use something like this?
<entry key='time.override'>serverTime</entry>
<entry key='time.protocols'>gt06,jt808</entry>
Or this?
<entry key='jt808.timezone'>America/New_York</entry>
<entry key='gt06.timezone'>America/New_York</entry>
Or what is the correct way to fix this error so that the server, device, and fix times are all correct and the recorded videos have the right timestamp?
Thanks.
You should configure decoder.timezone.
I have some GPS units using the GT06 and JT808 protocols.
I am encountering an issue and am not sure of the best way to configure them.
If I configure the GPS units with the GMT timezone,
the Device Time and Server Time appear correctly in Traccar.
If I configure the GPS with TimeZone -4, the Server Time appears correct in Traccar, but the Device and Fix Times appear incorrect.
If I leave the Time Zone at 0, the timestamp on the videos recorded by the GPS units is incorrect.
Should I use something like this?
<entry key='time.override'>serverTime</entry> <entry key='time.protocols'>gt06,jt808</entry>Or this?
<entry key='jt808.timezone'>America/New_York</entry> <entry key='gt06.timezone'>America/New_York</entry>Or what is the correct way to fix this error so that the server, device, and fix times are all correct and the recorded videos have the right timestamp?
Thanks.