Skip to main content

Need some help with a time issue. The raw event starts with this:03-05-2023 14:40:27 0DF0 PACKETThe 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

Is there a typo ? Post processing matches what you said is correct. March 5


What should it be


post processing is incorrect. The date is in the future


March 3rd, not March 5th


So is that May 5?


I meant May


See it is even getting me confused


Event should be May 3rd 2023


You'll need to use auto timestamp function most likely to tell the system what format the time is.


It's assuming month day year. There isn't any thing to indicate otherwise on its own


This is what I have now. What do I need to change?


`%d-%m-%Y %H:%M:%S`


Working great. We always appreciate the awesome support!!


Reply