I need a method to format a NSTimeInterval (time span in seconds) into a string to produce something like \"about 10 minutes ago\", \"1h, 20min\",
NSTimeInterval
Here is one that formats the date in the style of Facebook:
https://github.com/nikilster/NSDate-Time-Ago