From 3e6cc0575178cbecce4401c49e3bc117cdfb6ef3 Mon Sep 17 00:00:00 2001 From: cmaahs Date: Mon, 16 Sep 2019 22:02:42 -0500 Subject: [PATCH] magictime_docs: Adding a reference to the go docs for formatting --- website/source/docs/templates/engine.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/templates/engine.html.md b/website/source/docs/templates/engine.html.md index a16182547..5fd520f19 100644 --- a/website/source/docs/templates/engine.html.md +++ b/website/source/docs/templates/engine.html.md @@ -254,6 +254,9 @@ Formatting for the function `isotime` uses the magic reference date **Mon Jan 2 *The values in parentheses are the abbreviated, or 24-hour clock values* +For those unfamiliar with GO date/time formatting, here is a link to the +documentation: [go date/time formatting](https://programming.guide/go/format-parse-string-time-date-example.html) + Note that "-0700" is always formatted into "+0000" because `isotime` is always UTC time.