File integration

Hello, I’m using file integration with timestamp set to true. The problem is that the time is 1 hour minus the real time in my zone (Italy). The external time or the time in terminal, is correct. How can I modify the timestamp in the notify file?
Thanks

The timestamp is in UTC not local. If you want local you can add your own. Disable the timestamp option and do this:

message: "{{ now() }} your file message here"

You can format it however you want. See: The EPIC Time Conversion and Manipulation Thread!

2 Likes

Thanks for your answare!. Solved my problem, but could be great modify the timestamp format from the integration… Thanks again