Parse Apache error log timestamps according to newer default format
Needs ReviewPublic

Authored by mlam19 on Sep 9 2018, 5:02 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

The year no longer starts at the 21st character of the timestamp
substring. Instead, read the year from the last four characters of the
timestamp substring.

Example of older default timestamp format:

Thu May 19 18:00:19 2005

Example of newer default timestamp format:

Sat Sep 08 02:44:17.723028 2018

Diff Detail

Repository
R351 KSystemLog
Lint
Lint Skipped
Unit
Unit Tests Skipped
mlam19 requested review of this revision.Sep 9 2018, 5:02 AM
mlam19 created this revision.