﻿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
937	Autoreload reloads for every request.	richie@…	Adrian Holovaty	"I've just updated to the current trunk, and the autoreload code is firing
on every request I make to my developent server.  The timestamps it's
reading differ by one hour between reads, even though the file hasn't
changed.  I added this to autoreload.py at the point it decides something
has changed:

    print filename, time.ctime(mtime), time.ctime(mtimes[filename])

and it's printing something like this:

    C:\...\utils\html.py Fri Oct 28 20:24:02 2005 Fri Oct 28 19:24:02 2005

for every request.

I'm running on Windows, which has a nasty habit of applying the current
DST settings to stat() results, so you get a different timestamp for the
same file depending on when you ask for it.  Maybe something's happening
during startup that's changing the DST setting?  (I'm in the UK, where
we're not in DST, but the file that is triggering autoreload was last
modified in DST.)
"	Bug	closed	Core (Management commands)	1.0	Normal	worksforme			Accepted	0	0	0	0	0	0
