Merge pull request #8115 from cmaahs/master

magictime_docs: Adding a reference to the go docs for formatting
This commit is contained in:
Megan Marsh 2019-09-17 09:50:50 -07:00 committed by GitHub
commit c524e4c5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.