You need to set the default timezone smth like this :
date_default_timezone_set('Europe/Bucharest');
More info about this in http://php.net/manual/en/function.date-default-timezone-set.php
Or you could use @ in front of date to suppress the warning however as the warning states it's not safe to rely on the servers default timezone