I tried with below query , its failing to add seconds to timestamp value
select DATE_ADD('2012-02-27 00:00:00', INTERVAL 3600 second) as new_time
Output is showing as

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It seems to work on sql fiddle. Your original Code tested on SQL Fiddle
Give this a try,