decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
19 stars 21 forks source link

webapi: Footer update time relative not absolute #494

Closed jholdstock closed 1 week ago

jholdstock commented 1 week ago

Using a relative time rather than absolute requires far less effort for a reader to understand, e.g. compare "25 Oct 2024 11:12:49 UTC" to "3 minutes ago".

As a nice side-effect this also fixes a minor privacy issue where using the full absolute timestamp would expose the server timezone to the public.

Before

Screenshot from 2024-10-25 12-29-28

After

Screenshot from 2024-10-25 12-29-43