how to set indian timezone in django
#Tested it's working modify into settings.py file
TIME_ZONE = 'Asia/Kolkata'
how to set indian timezone in django
#Tested it's working modify into settings.py file
TIME_ZONE = 'Asia/Kolkata'
django datetime field timezone
if you need timezone input from your user,
you will need to set USE_TZ = False in setting.py
then use DateTimeField which is naive datetime
along with CharField to store timezone information in your models.py.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us