Jason,
I recently noticed that the date format that Q-S uses does not display
the timezone with my server.  Here is an example from the
qmail-scanner-queue.pl:

# Format: day, dd month yyyy hh:mm:ss +TZ...
my $nowtime = strftime("%a, %d %b %Y %H:%M:%S %z", localtime(time));  

My system does not recognize %z as the Timezone.  For my system it must
be %Z (capital Z).  Once I modified all lines to %Z then dates display
correctly.  Here is what I am running on my server:

OS is Solaris 8 x86
Perl is v5.00503

Everything works OK just a "cosmetic" bug.  Its probably been like this
for some time (at least back to 1.16) but I noticed it last week when I
was parsing log files for Spam/Virus stats.  Thought you may want to
know.


---
Ed Henderson, Managing Partner
Certainty Tech
http://www.certainty.net/



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to