Hello everyone,
i installed a Traccar server on an Ubuntu 20.04LTS VM. The VM has its timezone set to "Europe/Berlin" and shows the correct time:
Local time: Mo 2022-02-28 12:15:04 CET
Universal time: Mo 2022-02-28 11:15:04 UTC
RTC time: Mo 2022-02-28 11:15:05
Time zone: Europe/Berlin (CET, +0100)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
I have two Teltonika RUT955 Routers with integrated GPS capabilities which i would like to monitor via Traccar. I succesfully added them to Traccar and they regularly send their positions. They also are set to "Europe/Berlin" in their time settings - this can't be changed because they themselves act as time servers. But in the Traccar GUI and in the logfile, the time reported is 2 hours in the future.
2022-02-28 12:19:06 INFO: [3d1a8ec5: teltonika < XXX.XXX.XXX.XXX] HEX: 00000000000000f308080000017f407571a80003fdda831ea62181002600000800000000000000000000017f40765c080003fddadc1ea62163002700000800000000000000000000017f407746680003fddb151ea6214f002700000600000000000000000000017f407830c80003fddb341ea6213f002800000800000000000000000000017f40791b280003fddb4a1ea62135002800000700000000000000000000017f407a05880003fddbad1ea62111002900000600000000000000000000017f407aefe80003fddbe51ea620ff002900000400000000000000000000017f407bda480003fddbf51ea620f100290000080000000000000000080000dda3
2022-02-28 12:19:06 INFO: [3d1a8ec5: teltonika > XXX.XXX.XXX.XXX] HEX: 00000008
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:11:53, lat: 51.42040, lon: 6.69682, course: 0.0
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:14:53, lat: 51.42040, lon: 6.69684, course: 0.0
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:15:53, lat: 51.42040, lon: 6.69684, course: 0.0
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:13:53, lat: 51.42040, lon: 6.69683, course: 0.0
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:17:53, lat: 51.42039, lon: 6.69685, course: 0.0
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:12:53, lat: 51.42040, lon: 6.69683, course: 0.0
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:16:53, lat: 51.42039, lon: 6.69685, course: 0.0
2022-02-28 12:19:06 INFO: [3d1a8ec5] id: 868159051661416, time: 2022-02-28 14:18:53, lat: 51.42039, lon: 6.69686, course: 0.0
I already set Server timezone (in Traccar) to "Europe/Berlin" and also set the devices timezone in Traccar.
While searching for a solution, i also modified the unit file so it contains the timezone for the JVM:
ExecStart=/opt/traccar/jre/bin/java -Duser.timezone="Europe/Berlin" -Xmx1G -jar tracker-server.jar conf/traccar.xml
I even deleted a device and re-added it with the correct timezone configured right from the beginning.
Up to now, nothing changed the 2 hour difference - maybe someone can point me in the right direction of what i am missing?
Hello everyone,
i installed a Traccar server on an Ubuntu 20.04LTS VM. The VM has its timezone set to "Europe/Berlin" and shows the correct time:
I have two Teltonika RUT955 Routers with integrated GPS capabilities which i would like to monitor via Traccar. I succesfully added them to Traccar and they regularly send their positions. They also are set to "Europe/Berlin" in their time settings - this can't be changed because they themselves act as time servers. But in the Traccar GUI and in the logfile, the time reported is 2 hours in the future.
I already set Server timezone (in Traccar) to "Europe/Berlin" and also set the devices timezone in Traccar.
While searching for a solution, i also modified the unit file so it contains the timezone for the JVM:
I even deleted a device and re-added it with the correct timezone configured right from the beginning.
Up to now, nothing changed the 2 hour difference - maybe someone can point me in the right direction of what i am missing?