Evening all,
When you click now
on the Django admin DateTimeField picker widget, it fills in the current time with a little javascript.
However, my server is in UTC, and my client is in UTC+1 (British summer time, the most ironically named timezone).
So when I click now
, I see 17:16 in the box. Which is not the correct time for now on the server, which is 16:16. So from my system's point of view, a model that is created now by the user, looks an hour old.
Is there a correct way to solve this?