[Answered ]-How to convert the time entered in django admin into utc?

2👍

If running in a Windows environment this must be set to the same as your system time zone.

TIME_ZONE = 'America/Los_Angeles'

Define it like this in your settings.py
And replace the time zone according to you .

Leave a comment