Answers for "time to timezone django"

1

django timezone india

TIME_ZONE =  'Asia/Calcutta'
Posted by: Guest on July-29-2020
-1

django timezone settings

Here is the list of valid timezones:

http://en.wikipedia.org/wiki/List_of_tz_database_time_zones

You can use

TIME_ZONE = 'Europe/Istanbul'
for UTC+02:00
Posted by: Guest on March-08-2021

Python Answers by Framework

Browse Popular Code Answers by Language