]> Cypherpunks repositories - gostls13.git/commit
time: format negative monotonic times correctly in Time.String
authorCaleb Spare <cespare@gmail.com>
Wed, 8 Feb 2017 21:05:25 +0000 (13:05 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 9 Feb 2017 02:41:15 +0000 (02:41 +0000)
commit7ad512e7ffe576c4894ea84b02e954846fbda643
treedfd572e45222a22118f4668fe4b6a87a03d77e82
parent9799622f09ba2ece6fa8eb7607d0d471d75d9915
time: format negative monotonic times correctly in Time.String

Fixes #18993

Change-Id: Ia1fa20b6d82384b07e9ba5512b909439e0bec2a5
Reviewed-on: https://go-review.googlesource.com/36611
Run-TryBot: Caleb Spare <cespare@gmail.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/time/format.go
src/time/mono_test.go