Skip to content

Commit

Permalink
fix: do not set timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Aug 9, 2021
1 parent c867267 commit db0e792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/promi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func main() {
b, err := king.NewBuildInfo(version,
king.WithDateString(date),
king.WithRevision(commit),
king.WithLocation("Europe/Zurich"),
)
if err != nil {
l.Fatal(err)
Expand Down

0 comments on commit db0e792

Please sign in to comment.