aboutsummaryrefslogtreecommitdiff
path: root/doc/aerc-templates.7.scd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/aerc-templates.7.scd')
-rw-r--r--doc/aerc-templates.7.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd
index a681fb2..dc3ee30 100644
--- a/doc/aerc-templates.7.scd
+++ b/doc/aerc-templates.7.scd
@@ -47,6 +47,8 @@ available always.
The _dateFormat_ function can be used to format the date and time.
+ The _toLocal_ function converts a time to the local time zone.
+
Example:
Format the date to go's time package format options.
@@ -54,6 +56,11 @@ available always.
{{dateFormat .Date "Mon Jan 2 15:04:05 -0700 MST 2006"}}
```
+ Format the date in the local time zone.
+ ```
+ {{dateFormat (.Date | toLocal) "Mon Jan 2 15:04:05 -0700 MST 2006"}}
+ ```
+
*Subject*
The subject of the email is available for quoted reply and forward.