Fix datetime/timezone handling in Django <1.4; update management commands to be timezone-aware

This commit is contained in:
Ross Poulton
2013-01-23 11:35:18 +11:00
parent 30bce8c27e
commit 53273e3794
6 changed files with 35 additions and 13 deletions

View File

@ -9,7 +9,7 @@ scripts/create_escalation_exclusion.py - Easy way to routinely add particular
escalation should take place.
"""
from datetime import datetime, timedelta, date
from datetime import timedelta, date
import getopt
from optparse import make_option
import sys