๐Ÿ•Parsing, Formatting & Timezone ConversionWORKSHOP
1
2
3
4
5

Step 1

Create a `datetime(2024, 3, 15, 14, 30)` object and format it as the string `'March 15, 2024 at 02:30 PM'` using `strftime`. Also print the day of the week and the ISO week number.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)