http://qs321.pair.com?node_id=1231679


in reply to DateTime::Format::Strptime Parsing Seems to have a Problem?

You need to use %I for the 12-hour clock, not %H
pattern => '%d/%m/%Y %I:%M:%S %p'
You can also use %r for the whole time to avoid confusion
pattern => '%d/%m/%Y %r'