arena
arena copied to clipboard
All times should be client-localized
For example, if connected to a server on the east coast the timezone returned will be EST regardless of where you are. It would be nice to be able to configure this (or at the very least, explicitly display the timezone range)
The easiest way to fix this is just to write <script>document.write(new Date(timestamp))</script> when rendering the page. That will localize the time to the browser
How to localize the time to the browser when using docker image ?
Once this issue is fixed, the time will also be localized when run in docker.