Roundup Tracker - Issues

Message7198

Author ced
Recipients ced
Date 2021-04-16.07:13:49
Message-id <1618557230.33.0.087038500921.issue2551128@roundup.psfhosted.org>
In-reply-to
We got this problem reported by a user: https://discuss.tryton.org/t/unable-to-activate-account-on-roundup/4068

We have pytz installed so I found that date.get_timezone raise UnknownTimeZoneError when pytz is called with unknown timezone but Database.getUserTimezone catch only KeyError.

Here is a patch that makes it raise KeyError as expected.
History
Date User Action Args
2021-04-16 07:13:50cedsetrecipients: + ced
2021-04-16 07:13:50cedsetmessageid: <1618557230.33.0.087038500921.issue2551128@roundup.psfhosted.org>
2021-04-16 07:13:50cedlinkissue2551128 messages
2021-04-16 07:13:49cedcreate