diff --git a/README.rst b/README.rst index 86840483c..e4f4b47d2 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ django-helpdesk - A Django powered ticket tracker for small businesses. .. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg :target: https://codecov.io/gh/django-helpdesk/django-helpdesk -Copyright 2009-2019 Ross Poulton and django-helpdesk contributors. All Rights Reserved. +Copyright 2009-2020 Ross Poulton and django-helpdesk contributors. All Rights Reserved. See LICENSE for details. django-helpdesk was formerly known as Jutda Helpdesk, named after the diff --git a/quicktest.py b/quicktest.py index c79121245..298b575c4 100644 --- a/quicktest.py +++ b/quicktest.py @@ -70,6 +70,7 @@ def _tests(self): settings.configure( DEBUG=True, + TIME_ZONE='UTC', DATABASES={ 'default': { 'ENGINE': 'django.db.backends.sqlite3',