time: add time_ago function from Damus iOS

Useful relative time formatting

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-15 13:03:14 -08:00
parent 2f54a05705
commit c246b9d92f
2 changed files with 48 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ mod result;
mod filter;
mod ui;
mod timecache;
mod time;
mod frame_history;
mod timeline;