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?
Modify setting.py and change the time zone to TIME_ZONE = 'Asia/Kolkata'