From 31489e3baaa0e096cf01e9dbf3884aeaf65e579d Mon Sep 17 00:00:00 2001 From: sqwishy Date: Tue, 25 Feb 2020 14:44:20 -0800 Subject: note in aerc-templates.7.scd for toLocal function --- doc/aerc-templates.7.scd | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v1.2.3