-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Print time information in friendly ways -- -- A yesod goody, friendly time @package friendly-time @version 0.2 -- | Prints a UTCTime as a few seconds ago or 3 -- days ago and similar. module Data.Time.Format.Human -- | Based on humanReadableTimeDiff found in -- https://github.com/snoyberg/haskellers/blob/master/Haskellers.hs, -- https://github.com/snoyberg/haskellers/blob/master/LICENSE humanReadableTime :: UTCTime -> IO String -- | A pure form, takes the current time as an argument humanReadableTime' :: UTCTime -> UTCTime -> String