diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-03-14 16:01:36 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-03-14 16:01:36 +0000 |
| commit | 472d208c97eef94c3be690e08aa60f973da0781d (patch) | |
| tree | 44eabf390afafabbbd4ed84ddd551903715929cf | |
| parent | 488469289fbad0ce291411733dcd08e7d91cc582 (diff) | |
Fix example configuration
| -rw-r--r-- | configs/example.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example.yaml b/configs/example.yaml index a4caa57..8da39e3 100644 --- a/configs/example.yaml +++ b/configs/example.yaml @@ -5,7 +5,7 @@ message: template: | From: {{.From}} To: {{.To}} - Date: {{.Date}} + Date: {{.DateReceived.UTC}} {{.Message}} |
