Add age
Created by: HighSaltLevels
What/Why
It would look a lot cooler if the age was added to the status server when displayed on the site as well. This PR adds that support which includes a helper function to parse the time.Duration
into a human friendly value like 3s
for 3 seconds
and 4d
for 4 days
.
Testing
I tested it locally by running the server and using curl
to receive http response.