Deepstream timestamp has 8 hours difference with local time

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
GPU
• DeepStream Version
6.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
11.2
• Issue Type( questions, new requirements, bugs)
new requirements
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
将yolov5识别结果信息发送到kafka,kafka收到的消息里面的@timestamp的时间值与当地的时间差八个小时,如何修改这个时间?

1 Like

Did you set timezone in your device? Seems your dvice is using UTC while kafka server uses your local timezone (+8).
(PS. I have modified the submit to English.)

Excuse me, the time when I deploy the deepstream server and the kafka server is the same. Where should this be modified so that the time when kafka receives the message is correct?

image

image

getting time is in generate_event_msg_meta, take deepstream-test4 for example, you modify generate_ts_rfc3339 to generate local system time.

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.