My server is in London.
In my settings.py I have:
settings.py
TIME_ZONE = \'Europe/Moscow\' USE_TZ = True
But when I do this:
See question #2 in the "Usage" section of the Django docs.
>>> from django.utils import timezone >>> timezone.localtime(timezone.now())