PHP/MySQL datetime weirdness

So I have a MySQL datetime record which is 2006-08-20 21:13:25

So I extract that data with PHP date function… something to the extent of date(“r”, $blah)

However it spits out this gem: Wed, 31 Dec 1969 16:33:26 -0800

Is there something I’m doing horribly wrong? I’m confused.