Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Dates and Times Date and Time Basics strptime and strftime

hugo dahl
hugo dahl
2,750 Points

help? c

Please fill in the correct answer in each blank provided below.

Fill in the blank(s) below:
Complete this line of code by entering the correct format string

dt = datetime.strptime('Mon 11 Dec 2023, 11:34PM','')

2 Answers

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hey hugo dahl 👋

For this challenge you'll want to pass the right format to match the datestring passed to strptime call. Rachel explains the method around the 4:12 min mark and you can use the cheatsheet at strftime.org to find the right codes 🙂

Hope this helps!