Open
Description
Proposal
Currently, it's not possible to do time calculations when sending alerts to Slack for example. Explicitly converting to another time zone or calculating a duration between startsAt
and now would be a tremendous help. There is nothing on Slack/Mattermost's side to do any conversions or calculations there.
This would be easily solved by passing the default time
functions into the template at this location.
alertmanager/template/template.go
Line 170 in 680568b