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
However it can't be constructed back into a ZoneInfo object:
> yaml.unsafe_load(yaml.dump(zoneinfo.ZoneInfo("Europe/Paris")))
*** yaml.constructor.ConstructorError: while constructing a Python object
cannot find module 'None' (No module named 'None')
in "<unicode string>", line 1, column 1:
!!python/object/apply:None._unpickle
^
yaml.version is '6.0.2'
The text was updated successfully, but these errors were encountered:
In python 3.11, the serialization of
yaml.dump(zoneinfo.ZoneInfo("Europe/Paris"))
is:
However it can't be constructed back into a ZoneInfo object:
yaml.version is '6.0.2'
The text was updated successfully, but these errors were encountered: