diff options
Diffstat (limited to 'docs/content/en/functions/time.md')
-rw-r--r-- | docs/content/en/functions/time.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/en/functions/time.md b/docs/content/en/functions/time.md index 6c7f5aec6..e1f24a40b 100644 --- a/docs/content/en/functions/time.md +++ b/docs/content/en/functions/time.md @@ -19,6 +19,7 @@ deprecated: false aliases: [] --- + `time` converts a timestamp string with an optional default location into a [`time.Time`](https://godoc.org/time#Time) structure so you can access its fields: ``` |