Graph in 'Status' page doesn't use local time
Describe the bug Right now, it's 14:15 BST, however, the Status page shows 13:15 in the incoming-outgoing graph; it's using universal time instead of local time.
To Reproduce
- Go to the Status page.
- Use a timezone whose local time is different to universal time.
- See the incoming-outgoing graph showing universal times.
Expected behavior If possible, the WebUI should use local time instead of universal time.
Desktop
- OS: Arch Linux
- Browser: Firefox v103.0.2
- Version: v2.15.1
Thanks for submitting this issue @Winterhuman! I added some labels so that someone with extra time can take this on to map the UTC time that Kubo returns to a local timezone in the UI layer.
Just reconfirmed that this is still present in version 2f9f306
Hi @Winterhuman and @SgtPooki, I'm trying to fix this issue. When I change the local system time to a different value, wait a few seconds and then reload the page, then the graph shows the updated time, so I think that the issue might be resolved. Can you please confirm? Thanks