django-tz-detect
django-tz-detect copied to clipboard
Wrap timeZone in encodeURIComponent()
This way timezones like Etc/GMT+3 will get sent correctly.
Before this change the backend interpreted "Etc/GMT+3" as "Etc/GMT 3", which is not a valid timezone.
This fixes #70 for new sessions.