Opened 12 months ago
Closed 12 months 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.
Note:
See TracTickets
for help on using tickets.
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.