I can parse log file dates like:
-
"Oct 3 11:32:48" with "MMM d HH:mm:ss"
-
"Oct 03 11:32:48" with "MMM dd HH:mm:ss"
Now i have:
- "Oct 3 11:32:48" (notice there are two spaces before the single digit month-day.)
Is there a parsing pattern that could work here?
- Jeff