dubogii on 08/22/11
Last Edited at 08/22/11 08:35pm
<?php$h = "8"; // Standard time zone for Hong Kong :UTC/GMT +8 hours$hm = $h * 60;$ms = $hm * 60;$localtime= gmdate("m/d/Y g:i:s A", time()+($ms));echo "Your current time now is : $localtime. ";?>
Report this snippet Tweet
Comment:
You need to login to post a comment.