Date.Format¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | An epoch timestamp (seconds after epoch). | Int | ||
| Output ➡️ | A formatted readable string. | String | ||
| Format | No | The actual formatting string, see full docs: https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html#specifiers | %a %b %e %T %Y | String | 
Reads an epoch timestamps and formats it into a readable string.