Orange-OpenSource / its-client

This Intelligent Transportation Systems (ITS) MQTT client based on the JSon ETSI specification transcription provides a ready to connect project for the mobility (connected and autonomous vehicles, road side units, vulnerable road users,...). Let's connect your device or application to our Intelligent Transport Systems (ITS) platform!
MIT License
7 stars 8 forks source link

Fix etsi timestamp #117

Closed nbuffon closed 5 months ago

nbuffon commented 6 months ago

What's new

nbuffon commented 5 months ago

ETSI_TIMESTAMP_OFFSET: u64 = 1072915195000 but in the schemas it is mentionned: Unit: millisecond since ETSI epoch (2004/01/01, so 1072915200000) Should it be 1072915200000 rather than 1072915195000?

1072915200000 is the good one, I'll fix the constant

nbuffon commented 5 months ago

Blank line

Blank line

Where ? :D