in reply to time() off
And on *nix:F:\>perl -e "print scalar localtime" Thu Sep 9 08:18:24 2004 F:\>set TZ=MST F:\>perl -e "print scalar localtime" Thu Sep 9 14:19:25 2004
$perl -e "print scalar localtime" Thu Sep 9 08:20:26 2004 $export TZ=mst $perl -e "print scalar localtime" Thu Sep 9 14:20:35 2004
|
|---|