We want to get the current time in India in our Django project. In settings.py, UTC is there by default. How do we change it to IST?
Django stores timestamp so if we just change the TIME_ZONE variable Django will handle rest.
TIME_ZONE
TIME_ZONE = 'Asia/Kolkata'