Pudu programming language
Menu
API reference

Std.Human.relative

1 declaration

fn

relative: &Std.Time.Instant -> &Std.Time.Instant -> Str

How far one instant is from another, the way a person says it: just now, 3 minutes ago, in 2 hours, yesterday, in 5 days.

The figure is the largest whole unit that fits, truncated rather than rounded, so something 59 minutes old is never announced as an hour old. Anything within ten seconds either way is just now.

Back to Std.HumanSearch related declarations