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 7ef8138 commit c5cfb61Copy full SHA for c5cfb61
README.md
@@ -512,15 +512,11 @@ import pytz
512
513
### Format
514
```python
515
->>> dt = datetime.strptime('2015-05-14 23:39:00.00 +0200', '%Y-%m-%d %H:%M:%S.%f %z')
516
->>> dt.strftime("%A %dth %B '%y, %I:%m%p %Z")
517
-"Thursday 14th May '15, 11:05PM UTC+02:00"
+>>> dt = datetime.strptime('2015-06-14 23:39:00.00 +0200', '%Y-%m-%d %H:%M:%S.%f %z')
+>>> dt.strftime("%a %dth %B '%y, %I:%m%p %Z")
+"Sun 14th June '15, 11:06PM UTC+02:00"
518
```
519
520
-#### Rest of the codes:
521
-* **`'b'` - Month, abbreviated name.**
522
-* **`'a'` - Weekday, abbreviated name.**
523
-
524
525
Arguments
526
---------
0 commit comments