Hi,
I need to put a time on my website which simply shows the current GMT London time...
I tried using <? echo date("g:ia") ?>
but for some reason it displays the time exactly one hour ahead of my time. It should be displaying Europe/London time. (I do live in the London time zone)
I've also tried gmtime();
etc etc. but nothing seems to work.
Does anyone know how I should do this?
I'd really appreciate some help.
Martin