Through some work and researching, I've made the code below, but it doesn't automatically change for daylight saving ? Also, does anyone know of a way to get the seconds to be changing while on the page please ? (Dynamic ?)
<?php
date_default_timezone_set('GMT');
#echo date("l, \\t\h\e jS of F, Y, H:i:s a");
echo date("l, \\t\h\e jS \of F, Y, H:i:s a");
?>
Any help appreciated.
Joad.