Is your feature request related to a problem? Please describe.
The heartbeat displayed in the status widgets shows the timestamp text from the server database which is in UTC. This should be displayed in the browsers local time.
Describe the solution you'd like
The lastUpdateEpoch should be able to be used in place of the heartbeat value that is stored, if not that information is stored in a standard format that should be able to be parsed into a JavaScript date object.
Is your feature request related to a problem? Please describe. The heartbeat displayed in the status widgets shows the timestamp text from the server database which is in UTC. This should be displayed in the browsers local time.
Describe the solution you'd like The lastUpdateEpoch should be able to be used in place of the heartbeat value that is stored, if not that information is stored in a standard format that should be able to be parsed into a JavaScript date object.