Changes between Initial Version and Version 1 of Ticket #31638, comment 2
- Timestamp:
- Jun 4, 2020, 3:11:24 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31638, comment 2
initial v1 2 2 3 3 I'm going to close this as needsinfo for now. It's not at all clear to me what the correct path is. As such it probably needs some discussion on the DevelopersMailingList. 4 I'll cc Adam, who know MySQL/MariaDB well enough to speak sensibly.4 I'll cc Adam, who knows MySQL/MariaDB well enough to speak sensibly. 5 5 6 6 A few observations: … … 8 8 > With sqlite and USE_TZ=True: works, since Now() is in UTC and Django defaults to UTC. 9 9 10 This seems to usual case. That's the one I'd hope would work. (And with USE_TZ= True I'm not expecting too much...)10 This seems to usual case. That's the one I'd hope would work. (And with USE_TZ=False I'm not expecting too much...) 11 11 12 12 So contrast with MySQL: