I am trying to get todays day using PHP date function but it is coming back with 31/03/2013 which is tomorrow. I have tried changing the default timezone but it still returns the same.
date_default_timezone_set('Europe/Dublin');
echo date("d/m/Y");
Any ideas?