mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
parent
7f264e02f4
commit
cfcf4b3605
123 changed files with 212 additions and 161 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import copy
|
||||
import datetime
|
||||
import pickle
|
||||
import unittest
|
||||
|
||||
from django.test.utils import override_settings
|
||||
from django.utils import timezone
|
||||
from django.utils.tzinfo import FixedOffset
|
||||
from django.utils import unittest
|
||||
|
||||
|
||||
EAT = FixedOffset(180) # Africa/Nairobi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue