pub fn format_date_at(ts: i64, now: i64, fmt: &DateFormat) -> StringExpand description
Same as format_date but with an explicit now timestamp so tests can
pin the relative-date output to a known clock.
pub fn format_date_at(ts: i64, now: i64, fmt: &DateFormat) -> StringSame as format_date but with an explicit now timestamp so tests can
pin the relative-date output to a known clock.