#native_company# #native_desc#
#native_cta#

Time Date Convert

By kakchan
on December 1, 2002

Version: 1.0b

Type: Full Script

Category: Calendars/Dates

License: GNU General Public License

Description: This simply script is very usefull when your server is outside your timezone and you want to view the correct time/date, you can reach me at my site: http://www.dawnofdreams.org

$gmt = ****Here Your GMT Position****;
$hour = date("H") + $gmt;
$day = date("j");
if ($ora >=24) {
$ora -= 24;
$giorno += 1; }
echo $hour . date(":i") . " - $day/" . date("n/Y");