Bernard Li wrote:
> Dear all:
> 
> In si_monitor, the gmtime() function is used to print timestamp for log 
> entries.
> 
> I was wondering if localtime() is better suited for this purpose,
> since it takes into account the local time (as opposed to simply using
> the standard Greenwich time zone).
> 

Agree. Do it, if you want. A simple "s/gmtime/localtime/g" should be enough...

-Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to