Time is correct before processing and incorrect after processing
Need some help with a time issue. The raw event starts with this: 03-05-2023 14:40:27 0DF0 PACKET The time on in (before processing is correct), but post processing is incorrect. Pre-processing is 2023-03-05 (correct) but post processing is 2023-03-05
Answers
-
Is there a typo ? Post processing matches what you said is correct. March 5
0 -
What should it be
0 -
post processing is incorrect. The date is in the future
0 -
March 3rd, not March 5th
0 -
So is that May 5?
0 -
I meant May
0 -
See it is even getting me confused
0 -
Event should be May 3rd 2023
0 -
You'll need to use auto timestamp function most likely to tell the system what format the time is.
0 -
It's assuming month day year. There isn't any thing to indicate otherwise on its own
0 -
This is what I have now. What do I need to change?
0 -
`%d-%m-%Y %H:%M:%S`
0 -
Working great. We always appreciate the awesome support!!
0