How to change the smart record time prefix to use local time?

• Jetson Xavier NX
• DeepStream 5.0
• JetPack Version:4.4

I’m currently using the deepstream test-5 by adding the custom smart record function, it works and record when specific object is detected. However, I wish to change the smart record time zone to use my local time, is there any way to do this?
currently it use my filename prefix from config, but I wish to change the time zone prefix to use local time.

Current smart recording’s file name already contains the local time(the time of the device on which deepstream app is running) in it.

The format is : %prefix_%index_%timestamp_%pid.mp4(mkv)

Only “prefix” can be changed with app.

@Fiona.Chen Thank you for reply. I have check my system has been configure using the Japan’s local time, however my file seems like using the UTC timestamp…
For example, my prefix=sr_record_bbox it record my file as sr_record_bbox_00001_20200929-020854_9365.mp4
which my current time is 11:08am in japan, UTC time 2:08

Currently there is no interface to change it.

Thank you for reply, Hope it will be implement in the future version!