Skip to content

Commit 6ce839b

Browse files
committed
Datetime fix
1 parent 180ab87 commit 6ce839b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ import pytz
484484
```
485485

486486
### Encode
487-
```python
487+
```python
488488
<D/T/DT> = D/T/DT.fromisoformat(<str>) # From 'YYYY-MM-DD', 'HH:MM:SS.ffffff[+<offset>]' or both.
489489
<DT> = DT.strptime(<str>, '<format>') # Datetime from string according to <format>.
490490
<D/DTn> = D/DT.fromordinal(<int>) # Date or datetime from days since Christ.

0 commit comments

Comments
 (0)