ASP is my thing, but I would imagine there is a PHP equivalent - if I wanted to be certain my time was displayed in GMT, I'd explicitly set the Locale ID at the top of the page for the UK, overiding the server, but if you know your server ID is set to the UK you shouldn't need to do this:
<%@LANGUAGE="VBScript", LCID=2057%>
__________________