Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Always UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Jul 7, 2016
1 parent 82b85d3 commit 0e8a9db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Repository interface {
// struct because I think we can safely assume the data here is pretty
// universal across different registries and repositories.
type Image struct {
Name string // "weaveworks/helloworld"
Tag string // "master-59f0001"
CreatedAt time.Time
Name string // "weaveworks/helloworld"
Tag string // "master-59f0001"
CreatedAt time.Time // Always UTC
}

0 comments on commit 0e8a9db

Please sign in to comment.