In my django project\'s settings.py file, I have this line :
settings.py
TIME_ZONE = \'UTC\'
But I want my app to run in UTC+2 timezone, s
Choose a valid timezone from the tzinfo database. They tend to take the form e.g. Africa/Gaborne and US/Eastern
Africa/Gaborne
US/Eastern
Find the one which matches the city nearest you, or the one which has your timezone, then set your value of TIME_ZONE to match.
TIME_ZONE