alexander171294 / RustMon

Rust game admin tool for servers (RustMonitor)
Apache License 2.0
21 stars 3 forks source link

Time in chat is incorrect and frozen #5

Closed Bazimek closed 4 years ago

Bazimek commented 4 years ago

19/1/70 12:10 in every message in chat

alexander171294 commented 4 years ago

Hi!, right now I haven't an instance of rust server to check this, but in the future I check it. Probably the dev team of rust changed anything.

Bazimek commented 4 years ago

RustMonitor timestamp

Bazimek commented 4 years ago

Can you check that? And where can I post the feature request?

Bazimek commented 4 years ago

I'm not an programmer, but I change this: <span class="time">[{{message.Time | date:'d/M/yyyy, h:mm'}}]</span>

to this: <span class="time">[{{message.Time * 1000 | date:'d/M/yyyy, HH:mm'}}]</span>

And it is working!

alexander171294 commented 4 years ago

Excellent!, thanks.