]> Cypherpunks.ru repositories - gostls13.git/commit
doc/go1.17: document time changes for Go1.17
authorUddeshya Singh <singhuddeshyaofficial@gmail.com>
Fri, 7 May 2021 07:48:05 +0000 (13:18 +0530)
committerIan Lance Taylor <iant@golang.org>
Wed, 2 Jun 2021 14:51:05 +0000 (14:51 +0000)
commit1c6a2ea2ea4b04416f7344ee5effe81816c7200b
treeeed1b9e7f8500ed4642f224233b54a0ec086db17
parentd743e67e0695a8082f03fd90bb07e71cf9f34cf1
doc/go1.17: document time changes for Go1.17

Documents the newly implemented changes of
- Time.IsDST() method
- Addition of Time.UnixMilli, Time.UnixMicro and to-Time helpers UnixMicro, UnixMilli methods
- Addition of comma "," support as separator for fraction seconds

For #44513
Fixes #46026

Change-Id: Ib8d3449d3b061f013112d33362b50e68ad6ddffa
Reviewed-on: https://go-review.googlesource.com/c/go/+/317913
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.17.html