diff --git a/attributs.py b/attributs.py index d98a3dc..5687bce 100644 --- a/attributs.py +++ b/attributs.py @@ -637,7 +637,7 @@ class generalizedTimeFormat(Attr): une donnée de temps suivant la RFC 4517 """ - __slots__ = ("_stamp",) + __slots__ = ("_stamp", "_datetime",) default = "19700101000000Z" def __float__(self):