﻿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
977	[patch] timesince() method is broken when now argument is passed	pgross@…	Adrian Holovaty	"The timesince() method in django.utils.timesince is broken when the now argument is passed.  The code

{{{
if now:
    t = time.mktime(now)
}}} 

returns a float, but the code below clearly expects a tuple.  Also, the timeuntil() method passes now as a float.  Perhaps it should be a tuple or a datetime object."	defect	closed	Core (Other)		major	fixed			Unreviewed	1	0	0	0	0	0
