in reply to UTC offset
To explore this problem, print;
Then, try passing time() + 6 * 30 * 86400 as the explicit argument to both functions, and look at the same thing. You will see where the apparent anomaly is coming from.
$h=$ENV{HOME};my@q=split/\n\n/,`cat $h/.quotes`;$s="$h/." ."signature";$t=`cat $s`;print$t,"\n",$q[rand($#q)],"\n";
|
|---|