소스 검색

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): ...
 ```