server-status-project / server-status

Simple, modern looking server status page with administration and some nice features, that can run even on shared webhosting
https://demo.status.sajdl.com/
Apache License 2.0
398 stars 88 forks source link

Fix relative timestamps not properly displaying dates in the future. #104

Closed Nothing4You closed 4 years ago

Nothing4You commented 4 years ago

In 184247c4abe777399a98f2711f47b2d6e1d5d57c (#99) jquery.timeago was updated from version 1.6.1 to 1.6.7. This changed the default value for allowFuture, which is responsible for restricting whether a date in the future would be shown e.g. as "3 days ago" or "3 days from now".

image

Pryx commented 4 years ago

Good catch, thanks!