I have update perl to 5.8.2 . After that i did find symptomatic insane behaviour of "local" function. Now it returns GMT time. Does anybody unite with me ?
--------------------------------------------------------------------
$perl -e 'use POSIX qw(strftime); $now_string = strftime ("%a %b %e %H:%M:%S %Y", localtime); print $now_string . "\n";'
Sun Nov 9 15:06:30 2003
$ date -R Sun, 09 Nov 2003 17:06:33 +0200 -------------------------------------------------------------------- Kirill.
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/