MySQL - TimeStamp - time is off by 3hrs

So its 4:00PM EST. I make a new record into my MySQL database and it says the time is 1PM.

I tried SELECT Current_TIMESTAMP; – it displays the current timestamp in military time correctly.

Why do you think it is wrong in my database table?

Anything i can do to fix this?

I have mySQL 5 - latest version.

Rob

How are you inserting the timestamp? Are you using CURRENT_TIMESTAMP in your query too?