I have tried making sure the postgresql database settings are UTC and the settings.py but I am not sure what else to do.
recipme/recipe_api/myenv/lib/python3.11/site-packages/django/db/backends/postgresql/utils.py", line 6, in utc_tzinfo_factory
raise AssertionError("database connection isn't set to UTC")
AssertionError: database connection isn't set to UTC
I have tried making sure the postgresql database settings are UTC and the settings.py but I am not sure what else to do.
recipme/recipe_api/myenv/lib/python3.11/site-packages/django/db/backends/postgresql/utils.py", line 6, in utc_tzinfo_factory
raise AssertionError("database connection isn't set to UTC")
AssertionError: database connection isn't set to UTC