Răsfoiți Sursa

Update datetime.md

BLUELOVETH 2 ani în urmă
părinte
comite
b778104a42
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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): ...
 ```