UnknownTimezoneError / pytz quirks

Be aware that GMT+N is not Etc/GMT+N but Etc/GMT-N.

I found this when migrating an old Plone from 3 to 5 and running some transmogrifier pipelines to create the new content.

Have a look here for more information: https://stackoverflow.com/questions/4008960/pytz-and-etc-gmt-5

If you are using transmogrifier, look to this blueprint to fix your datetime values:

2 Likes