Skip to content

Commit e4f8edc

Browse files
committed
Datetime fix
1 parent 5a6562c commit e4f8edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ import pytz
521521
```python
522522
>>> dt = datetime.strptime('2015-05-14 23:39:00', '%Y-%m-%d %H:%M:%S')
523523
```
524+
525+
#### Rest of the options:
524526
* **`'y'` - Year, 2 digits**
525527
* **`'b'` - Month, abbreviated name**
526528
* **`'B'` - Month, full name**

0 commit comments

Comments
 (0)