dj-webmachine icon indicating copy to clipboard operation
dj-webmachine copied to clipboard

if-modified-since UTC

Open gregtap opened this issue 13 years ago • 0 comments

l17 in decisions.py do:

return req.if_modified_since > datetime.datetime.now(UTC)

But our 'now' may not be UTC when using django 'TIMZONE' in settings.py.

If confirmed, I will try get a fix.

gregtap avatar Jul 09 '11 20:07 gregtap