Help for this page

Select Code to Download


  1. or download this
    $tm = time;
    @gmt = gmtime ( $tm ) ;
    @local = localtime ( $tm );
    # and @gmt should identical to @local