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 trialKevin Lozandier
Courses Plus Student 53,747 PointsFormat of date and time parameters unclear to complete time-tango challenge
For the Time Tango challenge, it's unclear what format string the date and time are in to complete the challenge, can this be clarified.
WIthout that knowledge, it's seemingly hard to correctly output a valid datetime
object from methods like datetime.datetime.strptime
and similar methods without more knowledge about the constraints of what format the date and time available will be in.
Similar to a previous challenge, hopefully Kenneth Love has an opportunity to chime in to this problem.
1 Answer
Kenneth Love
Treehouse Guest TeacherYou don't need to worry about strings in this at all. Remember the combine() method that I talked about?
Kevin Lozandier
Courses Plus Student 53,747 PointsKevin Lozandier
Courses Plus Student 53,747 PointsAhhhhhh, thanks for clarifing this.