Your date string format should be :
Y-m-d h:i:s a
PHP's documentation has this to say about formatting a local time/date -
i - Minutes with leading zeros
m - Numeric representation of a month, with leading zeros
What you were seeing as 03 was actually the month - March :)