Version: 1.0b
Type: Sample Code (HOWTO)
Category: Algorithms
License: GNU General Public License
Description: This script usefull when you have a server outside your country and you want to see the right time..if you want to contact my my web community is on http://www.dawnofdreams.org
<?php
$gmt = "****Insert here You Gmt Position****";
$time = date("H")+$gmt . date(":i");
echo $time;
?>