ryanwhowe / statusboard

This is a personal status board project that is not really written to be shared
1 stars 0 forks source link

Update the Status widgets heartbeat display #122

Closed ryanwhowe closed 2 years ago

ryanwhowe commented 3 years ago

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.