Skip to content

Commit

Permalink
Display user's local time in the get command
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jul 1, 2024
1 parent edce88b commit 2775360
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"),
})
}

Expand Down

0 comments on commit 2775360

Please sign in to comment.