Forum Moderators: coopster
Currently I am using this:
<?php echo 'The current time in Ireland is: ' . gmdate('g.h a') . '<br />'; ?>
But is an hour behind the actual time because of daylight saving. How can I correct this?
Thanks
it adds 1 hour to the current GMT time