is it possible to display the time as it is gmt using the date function?
at the mo i've got it like this:
Code: Select all
<?php
$the_time = date("h:i:s a T");
?>Moderator: General Moderators
Code: Select all
<?php
$the_time = date("h:i:s a T");
?>