티스토리 뷰

공부

[Django] timezone.localtime(timezone.now())

승가비 2020. 11. 27. 09:52
728x90
from django.utils import timezone
timezone.localtime(timezone.now())

https://stackoverflow.com/questions/16037020/djangos-timezone-now-does-not-show-the-right-time

 

django's timezone.now does not show the right time

My server is in London. In my settings.py I have: TIME_ZONE = 'Europe/Moscow' USE_TZ = True But when I do this: from django.utils import timezone print timezone.now().hour It prints London's ...

stackoverflow.com

 

728x90
댓글