| Posted by J.O. Aho on 08/05/06 19:00 
Puneet wrote:> Guys,
 >    Is there anyway, using PHP,  of displaying current date and time in
 > UTC/GMT irrespective of the location of the server and the visitor on
 > th web page. Your help wil be much appreciated.
 
 In the begining of you script, add
 
 date_default_timezone_set("UTC");
 
 
 //Aho
 [Back to original message] |