mirror of
https://github.com/golang/go
synced 2024-11-18 09:04:49 -07:00
time: go fmt
Change-Id: I0e6b308333b84409bb0bb034c17fef9b63ad44c4 Reviewed-on: https://go-review.googlesource.com/107377 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
93f95a30a3
commit
0164ada30f
@ -673,7 +673,7 @@ var gobTests = []Time{
|
||||
Date(0, 1, 2, 3, 4, 5, 6, UTC),
|
||||
Date(7, 8, 9, 10, 11, 12, 13, FixedZone("", 0)),
|
||||
Unix(81985467080890095, 0x76543210), // Time.sec: 0x0123456789ABCDEF
|
||||
{}, // nil location
|
||||
{}, // nil location
|
||||
Date(1, 2, 3, 4, 5, 6, 7, FixedZone("", 32767*60)),
|
||||
Date(1, 2, 3, 4, 5, 6, 7, FixedZone("", -32768*60)),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user