Skip to content

Commit

Permalink
Merge pull request #102 from iawia002/time
Browse files Browse the repository at this point in the history
Display user's local time in the get command
  • Loading branch information
iawia002 committed Jul 1, 2024
2 parents edce88b + c3c72ff commit ac2fd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (o *getOptions) get(_ *cobra.Command, args []string) error {
snapshot.SnapshotID,
snapshot.Metadata.Version,
snapshot.Status,
snapshot.UpdatedAt.Format("2006-01-02 15:04:05"),
snapshot.UpdatedAt.Local().Format("2006-01-02 15:04:05 MST"),
})
}

Expand Down

0 comments on commit ac2fd83

Please sign in to comment.