I have a field named start_time on an artifact, and trying to send a mail to a team. But if I just choose the API name, it send the epoch time. It needs to be in the Readable format. Any child playbook or custom function for it please
I had taken a look at it and it wont work the way it should, Instead I created a new custom code only one to convert the date format. Thanks Anyways
@JoshiSri there is a datetime_modify community custom function that may help:
-- If this helped please mark as a solution! Happy SOARing!
I had taken a look at it and it wont work the way it should, Instead I created a new custom code only one to convert the date format. Thanks Anyways
Hello Joshi,
We are having a similar issue. Is it possible to share the custom code?
Use the strftime() function to convert an epoch time to a readable format.
It's a Splunk SOAR (formerly Phantom) forum. I'm pretty sure SPL commands and functions don't work there 😉