alliance/dev/cvslargo/www/cgi-bin/czo/testtime.cgi

8 lines
122 B
Plaintext
Raw Normal View History

2000-04-05 10:09:46 -05:00
#!/usr/local/bin/perl -w
use POSIX;
$TIME=strftime(" %Y/%m/%d %H:%M:%S",localtime());
#$TIME=localtime();
print $TIME ;