Explorar o código

Update datetime.md

BLUELOVETH %!s(int64=2) %!d(string=hai) anos
pai
achega
b778104a42
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/modules/datetime.md

+ 3 - 0
docs/modules/datetime.md

@@ -78,4 +78,7 @@ class timedelta:
     def __le__(self, other: 'timedelta') -> bool: ...
     def __gt__(self, other: 'timedelta') -> bool: ...
     def __ge__(self, other: 'timedelta') -> bool: ...
+
+class timezone:
+    def __init__(self, delta: timedelta): ...
 ```