Browse Source

Datetime fix

pull/28/head
Jure Šorn 6 years ago
parent
commit
e4f8edce99
1 changed files with 2 additions and 0 deletions
  1. 2
      README.md

2
README.md

@ -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**

Loading…
Cancel
Save