Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.
/ friendly-time Public archive

Display time values in a friendly way

License

Notifications You must be signed in to change notification settings

pbrisbin/friendly-time

Repository files navigation

ARCHIVED: this project is unmaintained and has been archived. See #13 for a paper trail of the decision to do so, as well as some attempts at finding a new maintainer, which fizzled. As an alternative, I recommend Formatting.Time.diff.

Friendly time

Friendly time formats (so far, just one).

Human

Fuzzy time in relation to now.

humanReadableTime :: UTCDate -> IO String
-- => "just now", "1 minute ago", "wednesday", etc

LICENSE | CHANGELOG