﻿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
2518	Should not use datetime.today() to filter datetime field	anonymous	Adrian Holovaty	"datetime.today() does not consider time zone.
So if u use it to filter datetime filed, it does not work correctly.

Just like int tutorial

was_published_today should be written like this

def was_published_today(self)
    return self.pub_date.date() == datetime.date(time.localtime[:3])
"	defect	closed	contrib.admin	0.91	normal	worksforme	date time		Unreviewed	0	0	0	0	0	0
