In my particular case, both the server and the client are the same computer, I\'m on localhost. When i echo out the date from the date() function, it displays a totally wron
I believe you are looking for: date_default_timezone_set ( string $timezone_identifier )
date_default_timezone_set ( string $timezone_identifier )
Link
You can also set this in your php.ini config.