فهرست منبع

Update datetime.md

BLUELOVETH 2 سال پیش
والد
کامیت
b778104a42
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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): ...
 ```