You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can work around this by adapting the timestamps returned for INTERNALDATE to use datetime.timezone instances instead of FixedOffset instances, but this shouldn't be necessary.
The text was updated successfully, but these errors were encountered:
With a pickled
imapclient.fixed_offset.FixedOffset
timezone with an offset ofdatetime.timedelta(0)
, unpickling raises an exception:I can work around this by adapting the timestamps returned for INTERNALDATE to use
datetime.timezone
instances instead ofFixedOffset
instances, but this shouldn't be necessary.The text was updated successfully, but these errors were encountered: