guilhemmarchand / TA-ms-teams-alert-action

This application provides alert actions for Microsoft Teams messages publication to allows advanced messages publication from Splunk.
7 stars 5 forks source link

_time is reflecting in epoch time #52

Closed kkempego closed 3 months ago

kkempego commented 3 months ago

Hello Everyone I’ve noticed that whenever my alert is triggered, the timestamps are displayed in epoch time rather than in a human-readable format. Has anyone else encountered this issue, and if so, how did you resolve it?

If anyone has configured their alerts to display timestamps in a readable format, could you please share the steps or settings you used?

kkempego commented 3 months ago

| eval readable_time = strftime(_time, "%Y-%m-%d %H:%M:%S")