We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe1cf3 commit ae4a882Copy full SHA for ae4a882
services/repository/files/file_test.go
@@ -47,7 +47,7 @@ func getExpectedFileResponse() *api.FileResponse {
47
Path: treePath,
48
SHA: sha,
49
LastCommitSHA: "65f1bf27bc3bf70f64657658635e66094edbcb4d",
50
- LastCommitWhen: time.Date(2017, 3, 19, 16, 47, 59, 0, time.FixedZone("", -4)),
+ LastCommitWhen: time.Date(2017, 3, 19, 20, 47, 59, 0, time.UTC),
51
Type: "file",
52
Size: 30,
53
Encoding: &encoding,
0 commit comments