Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When viewing details of events with a long TTL, it is not straightforward to check if it is about to expire or not. Instead of displayer the raw TTL as a number of seconds, format it by using an appropriate unit of time and fixed precision: * 42 => "42 seconds" * 420 => "7.0 minutes" * 4200 => "70.0 minutes" * 42000 => "11.7 hours" * 420000 => "4.9 days"
- Loading branch information