you need to specify the timezone you're living in in order to get the correct date. For instance if your server is located in the US, and you live in the UK, it will use a different timezone, and will therefor return a different time than the one it is in the UK.
have a look at the
date_default_timezone_set function, or check how you can set the timezone in the php.ini file