Using timezone.now() will return naive datetimes if USE_TZ is not enabled, which is what we want. Resolves errors of comparing naive datetimes with aware datetimes.