mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-15 02:22:36 +02:00
Fix datetime/timezone handling in Django <1.4; update management commands to be timezone-aware
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user