Replies: 1 comment
-
Ignore this. I saw this issue in the issue discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My database is PostgreSQL which supports UTC. I set TIME_ZONE to my timezone and USE_TZ to True. I also call timezone.activate("my timezone"). Consequentially, UTC leads 6 hours. I have staff working on Monday and Wed which show up correctly in database as 1 and 3. However, the calendar incorrectly displays that my staff working on Tues and Thu which are one day after. Anyone know how to fix this issue? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions