How to convert epoch values to human redable format in OUTCOME section

Hi All,

I am trying to solve event first seen and last seen using  MIN, MAX  functions,  but it returns an epoch value.

How to convert this Epoch values ?

Also is this right way to calculate firstseen and last seen for events

Mufa_shah_0-1726125177930.png

Thanks in Advance

 

 

Solved Solved
0 2 200
1 ACCEPTED SOLUTION

Hi,

I think you can use the new YARA-L functions like 

to convert unix seconds to a string with YYYY-MM-DD format.

View solution in original post

2 REPLIES 2

Hi,

I think you can use the new YARA-L functions like 

to convert unix seconds to a string with YYYY-MM-DD format.

thanks