Time and date stamp for basic php mailer form

Hi,

I’m using the basic php mailer and it works very well. The only issue is that the time submitted in the reply email is 5 hours ahead. I’m using:

$date = date (“l, F jS, Y”);
$time = date (“h:i A”);

Is there a way to have it display the correct time for EST?