summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJosh Smeaton <josh.smeaton@gmail.com>2024-03-05 20:34:14 +1100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-03-05 12:55:17 +0100
commite45ee72d695f41164043fd30bdcca8edcc4d748e (patch)
tree1199619ea32bd3dfc106f8d3fa8e410c0e8cb5ec /docs/internals
parent17855bf578da756b1804542133dd1e514c15a1f3 (diff)
[5.0.x] Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs.
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
Diffstat (limited to 'docs/internals')
0 files changed, 0 insertions, 0 deletions