Hello, i have installed the Discord Chat plugin in my Rust server and everything works fine, but the time of the messages shown in my Discord channel is not correct. they are two hours less than system time. How can i fix this?
Thanks.
The time of the messages is not correct.Solved
The time is pulled based on what the server has locally. Sometimes that is not what you want so there is a config option to offset the displayed time.
"Discord Message Server Time Offset (Hours)": 0.0,Set this field with how many hours you want to offset the time by. I don't understand why this happens, the server has the correct time.
I have set that option and now it works fine.
"Discord Message Server Time Offset (Hours)": 2,
Thank you. Locked automatically