Package: libtimedate-perl
Version: 1.1600-5

The strftime function is generating a wierd tz offset for our local
timezone ('Australia/Adelaide')

Simple example:
   #/usr/bin/perl
   use Date::Format qw(strftime);
   print strftime('%z', @{[localtime()]}), "\n";

Gives:
   +091800

This should be +0930 (four digits, not six).
Maybe a clue to the bug is that 30 minutes is 1800 seconds?

Regards,
Kevin.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to