]> Cypherpunks repositories - gostls13.git/commit
time: truncate fractional seconds longer than 9 digits
authorAlexander Yastrebov <yastrebov.alex@gmail.com>
Sun, 3 Oct 2021 15:45:38 +0000 (15:45 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Oct 2021 19:45:35 +0000 (19:45 +0000)
commite38ec96c69f826516a99f16952bd73c766f96719
tree5e1e13626cdb51efc6de7a2a4d7f353e7c7534a0
parent39a4df49674540ba8b835ece03edb8d304941187
time: truncate fractional seconds longer than 9 digits

Fixes #48685

Change-Id: Id246708878c2902b407ab759537f6b545a1f459f
GitHub-Last-Rev: 4d985192c5a66ae8891539f166ef88b53cd1cbea
GitHub-Pull-Request: golang/go#48750
Reviewed-on: https://go-review.googlesource.com/c/go/+/353713
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
src/time/format.go
src/time/format_test.go