﻿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
30918	timesince() ignores time_strings argument for the same dates.	Bas Van Gaalen	Hasan Ramezani	"In the code, when `delta` is `datetime.timedelta(0)` (line 66), the condition `since <= 0` becomes true (line 70) and the function will return this:
`return avoid_wrapping(gettext('0 minutes'))` (line 72)

This should probably be:
`return avoid_wrapping(time_strings['minute'] % 0)`

Or alternatively the condition could be changed to `since < 0`.
"	Cleanup/optimization	closed	Utilities	dev	Normal	fixed	timesince		Accepted	1	0	0	0	1	0
