[php] date() trouble

so i’m inserting dates into a db and for some reason, the date function isn’t pulling back the correct time. anyone ever had any problems with this?

my code is:


$date = date( "Y-m-d H:m:s" );

i’m hoping that i’m off my rocker and missing something stupid.