﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
886	timesince breaks on the current time	aaronsw	Adrian Holovaty	"{{{
    from datetime import datetime
    from django.utils.timesince import timesince
    x = timesince(datetime.now())
    assert x == ""-1 years, 12 months""
}}}

I think it should return ""12 miliseconds"", or at least ""0 seconds"". (The former would be much more entertaining, though.)"	defect	closed	Tools		normal	fixed			Unreviewed	0	0	0	0	0	0
