Horje
how to set indian timezone in django Code Example
django timezone india
TIME_ZONE =  'Asia/Calcutta'
how to set indian timezone in django
#Tested it's working modify into settings.py file
TIME_ZONE = 'Asia/Kolkata'
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




Python

Related
python print list items vertically Code Example python print list items vertically Code Example
how to save bulk create in django Code Example how to save bulk create in django Code Example
get int64 column pandas Code Example get int64 column pandas Code Example
discord.py get user input Code Example discord.py get user input Code Example
primary key django model Code Example primary key django model Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7