#20969 closed Bug (invalid)
ValuesQuerySet converts datetimes to UTC
Description ¶
Change History (1)
comment:1 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version 0, edited 12 years ago by (next)
Note:
See TracTickets
for help on using tickets.
The comments in this tracker aren't normative. Specifically the comments on #9619 predate the timezone support that was introduced in Django 1.4.
You're seeing the expected behavior when
settings.USE_TZ = True
. Django doesn't offset back to UTC, it gets the values directly on UTC.Please reopen if you think that Django's behavior is wrong or inconsistent with the documentation.