oncall-engine/docs/sources/configure/jinja2-templating
Matias Bordese 6a65ddd6e7
feat: add timestamp_to_datetime jinja template filter (#5303)
Related to https://github.com/grafana/support-escalations/issues/13670

Given a payload like this:

```
{  
    "Sometime": "1730893740"  
}
```

the following template expression:

`{{ payload.Sometime | int | timestamp_to_datetime }}`

will render as:

`2024-11-06 11:49:00`
2024-11-28 11:20:21 +00:00
..
advanced-templates feat: add timestamp_to_datetime jinja template filter (#5303) 2024-11-28 11:20:21 +00:00
_index.md Fix first heading level (#5269) 2024-11-20 10:05:03 +00:00