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 c6bc792 commit 458570bCopy full SHA for 458570b
README.md
@@ -495,7 +495,7 @@ import pytz
495
### Encode
496
```python
497
<D/T/DT> = D/T/DT.fromisoformat('<iso>') # Object from ISO string.
498
-<DT> = DT.strptime(<str>, '<format>') # Datetime from string according to format.
+<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.
501
<DTn> = DT.utcfromtimestamp(<real>) # Naive DT from seconds since Epoch in UTC time.
0 commit comments