Opened 2 hours ago

Closed 99 minutes ago

#35912 closed Bug (worksforme)

timezone.now() shows wrong date

Reported by: Andre de Jesus Owned by:
Component: Utilities Version: 5.1
Severity: Normal Keywords: timezone
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Calling timezone.now() shows date that is 3 days late. For instance, today is 15th of November, however, calling timezone.now() returns 12th of November.

Change History (1)

comment:1 by Tim Graham, 99 minutes ago

Resolution: worksforme
Status: newclosed

You'll need to debug this issue on your machine and explain why you believe Django is at fault. All I can think is that your system clock is set incorrectly.

Note: See TracTickets for help on using tickets.
Back to Top