@ -521,6 +521,8 @@ import pytz
```python
>>> dt = datetime.strptime('2015-05-14 23:39:00', '%Y-%m-%d %H:%M:%S')
```
#### Rest of the options:
* **`'y'` - Year, 2 digits**
* **`'b'` - Month, abbreviated name**
* **`'B'` - Month, full name**