| Index: milo/appengine/buildbot/build.go
|
| diff --git a/milo/appengine/buildbot/build.go b/milo/appengine/buildbot/build.go
|
| index 9551965fe3623936ff8c170d43f89c013fd962d6..9218ba1b20219d5a676d6a676c70d24b02cb311a 100644
|
| --- a/milo/appengine/buildbot/build.go
|
| +++ b/milo/appengine/buildbot/build.go
|
| @@ -393,7 +393,7 @@ func blame(b *buildbotBuild) (result []*resp.Commit) {
|
| result = append(result, &resp.Commit{
|
| AuthorEmail: c.Who,
|
| Repo: c.Repository,
|
| - CommitTime: time.Unix(int64(c.When), 0),
|
| + CommitTime: time.Unix(int64(c.When), 0).UTC(),
|
| Revision: &resp.Link{
|
| URL: c.Revlink,
|
| Label: c.Revision,
|
|
|