It is mentioned in docs that the current time zone should be activated.
You should set the current time zone to the end user’s actual time zone with
activate()
. Otherwise, the default time zone is used
However, I see that the values are parsed in my local timezone in the forms correctly without activating it from my side, and TIME_ZONE
is UTC
which is different from my local timezone.