From 79bda650410c8617f0ae20dc552c6d5b8f8dcfc8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 28 May 2021 17:32:15 -0700 Subject: [PATCH] doc/go1.17: mention time.Layout For #44513 Change-Id: Id4624e977654f7e8c489508a9dce98c9fab621a6 Reviewed-on: https://go-review.googlesource.com/c/go/+/323490 Trust: Ian Lance Taylor Reviewed-by: Rob Pike --- doc/go1.17.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/go1.17.html b/doc/go1.17.html index 3805a4c14e0..02a58f89844 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -673,6 +673,11 @@ Do not send CLs removing the interior tags from such phrases.

TODO: https://golang.org/cl/300996: support "," as separator for fractional seconds

+ +

+ The new constant Layout + defines the reference time. +