Improve timezone resiliency #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently it is possible for a user to set a time zone like “EST” which pytz’s
unpickler()
function would only accept ifutcoffset=None
is passed as well.This effectively corrupts the database:
The plugin should only accept timezones which don’t corrupt the database as it is inconvenient for an administrator having to repair the database (which is possible using a patched pytz).