https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6329
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Kevin A. McGrail <[email protected]> 2010-02-10 08:06:42 UTC --- This little stub program shows the differences: use POSIX; print POSIX::strftime("%b %e %H:%M",localtime($now)); print "\n"; print POSIX::strftime("%c",localtime($now)); Dec 31 19:00 Wed 31 Dec 1969 07:00:00 PM EST However, this sounds more like a bug in perl than something SA should workaround. Documenting the issue for users to update themselves is fine but these are not odd time calls. Perhaps we need a make test for this issue? KAM -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
