todotxt / todo.txt-ios

Official Todo.txt iOS app for managing your todo.txt file stored in Dropbox.
http://todotxt.org
GNU General Public License v3.0
380 stars 109 forks source link

display of age of tasks is incorrect across month boundaries #195

Closed dmd closed 10 years ago

dmd commented 10 years ago

If I create a task on, say, September 30, then on October 1 todotxt will display it as '1 month ago'.

Expected behavior would be 'yesterday' or '1 day ago'.

chuckbjones commented 10 years ago

I believe this logic was originally ported from the buggy implementation in the Android app. I fixed the Android code in this commit. The same change probably needs to be made here.