We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489de09 commit c6bc792Copy full SHA for c6bc792
README.md
@@ -494,7 +494,7 @@ import pytz
494
495
### Encode
496
```python
497
-<D/T/DT> = D/T/DT.fromisoformat('<iso>') # D/T/DT from ISO string.
+<D/T/DT> = D/T/DT.fromisoformat('<iso>') # Object from ISO string.
498
<DT> = DT.strptime(<str>, '<format>') # Datetime from string according to format.
499
<D/DTn> = D/DT.fromordinal(<int>) # Date or datetime from days since Christ.
500
<D/DTn> = D/DT.fromtimestamp(<real>) # D/DT from seconds since Epoch in local time.
0 commit comments