I m trying to save date in UTC format, but it being save in my localtimezone It is okay till Django view but after .save() i
UTC
localtimezone
Django view
.save()
If you want change timezone of Postgresql, go through this command:
ALTER USER User_Name SET TimeZone TO 'utc';
And restart the postgres service through this:
sudo service postgresql restart