time as gmt?
Posted: Mon Feb 09, 2004 9:32 am
hey
is it possible to display the time as it is gmt using the date function?
at the mo i've got it like this:
but that just displays the time and tells the viewer it's EST
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");
?>