Time in chat is incorrect and frozen
Closed this issue · 5 comments
Bazimek commented
19/1/70 12:10 in every message in chat
alexander171294 commented
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
Bazimek commented
Can you check that? And where can I post the feature request?
Bazimek commented
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
Excellent!, thanks.