Browse Source

Datetime fix

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

2
README.md

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

Loading…
Cancel
Save