mirror of
https://github.com/django/django.git
synced 2025-01-15 12:52:31 +00:00
e45ee72d69
The timezone documentation for Postgres mentions the behavior of time zone conversion, but links to the wrong setting that controls the behavior. Postgres will not return datetimes in the time zone set by the TIME_ZONE setting, but rather the time zone of the database connection, which is defined by DATABASES.TIME_ZONE setting falling back to UTC. This corrects the link in the documentation and adds note that there are two distinct TIME_ZONE settings and the one most are familiar with is not considered for PostgreSQL time zone conversion. Backport of 6e195b800aed7d6a0d2a4c073d8f3507f6beb126 from main