diff --git a/README.md b/README.md index cb88851..633f3e7 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ import pytz ``` ### Encode -```python +```python = D/T/DT.fromisoformat() # From 'YYYY-MM-DD', 'HH:MM:SS.ffffff[+]' or both.
= DT.strptime(, '') # Datetime from string according to . = D/DT.fromordinal() # Date or datetime from days since Christ.