We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca5b0b commit 42fe6ffCopy full SHA for 42fe6ff
README.md
@@ -512,17 +512,15 @@ import pytz
512
<float> = <DT>.timestamp() # Seconds since Epoch in local time or tz if set.
513
```
514
515
-### Format
516
-#### ISO:
+### ISO
517
* **Date: `'YYYY-MM-DD'`.**
518
* **Time: `'HH:MM:SS.ffffff[+<offset>]'`.**
519
* **Datetime: `'YYYY-MM-DDTHH:MM:SS.ffffff[+<offset>]'`.**
520
521
-#### Strptime, strftime:
+### Format
522
```python
523
>>> dt = datetime.strptime('2015-05-14 23:39:00', '%Y-%m-%d %H:%M:%S')
524
525
-
526
* **`'y'` - Year, 2 digits**
527
* **`'b'` - Month, abbreviated name**
528
* **`'B'` - Month, full name**
0 commit comments