Thanks Archie...it worked great after I made one change to svr_status.php
From:
preg_match_all('/^\d\d:\d\d:\d\d[.]\d\d\d.+$/m', $log_data, $out);
To:
preg_match_all('/^\d\d\d\d[\/]\d\d[\/]\d\d[-]\d\d:\d\d:\d\d[.]\d\d\d.+$/m', $log_data, $out);
I will work allowing it to handle either $ShortDT or $FullDT later and to remove the "-" from the date/time display.
Have a great day!