Subject: | DateTime->strptime() |
DateTime has a strftime() method to format existing DateTime objects but no coresponding strptime() method to read in formatted date strings. You have to go find the DateTime::Format::Strptime module.
It would be really nice if strptime() was built into DateTime probably by absorbing DateTime::Format::Strptime. This would round out the input/output interface nicely.