Timezones are often a hassle for developers. Django offers some great utilities at your disposal to make timezones easy to work with.
Even if your project is operating in a single time zone, it is still good practice to store data as UTC in your database to handle cases of daylight savings. If you are operating on multiple timezones then storing time data as UTC is a must.