dj-webmachine
dj-webmachine copied to clipboard
if-modified-since UTC
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.