Situation: I have a model with a datetime field that I used as a timestamp. I’m in California’s timezone (“America/Los_Angeles”). The data is saved in UTC in MySQL (as confirmed by the ORM). I just want to do a query that looks like this: “give me all the information with day X’s timestamp” (24 hour… Continue reading
The post Django: Querying datetime aware objects in your local timezone appeared first on The Sunjay Times.