Skip to content

Commit bf8eb57

Browse files
committed
time: fix comment in test
1 parent 8054b13 commit bf8eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time/format_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var formatTests = []FormatTest{
119119
}
120120

121121
func TestFormat(t *testing.T) {
122-
// The numeric time represents Thu Feb 4 21:00:57.012345600 PST 2010
122+
// The numeric time represents Thu Feb 4 21:00:57.012345600 PST 2009
123123
time := Unix(0, 1233810057012345600)
124124
for _, test := range formatTests {
125125
result := time.Format(test.format)

0 commit comments

Comments
 (0)