Skip to content

Commit

Permalink
Simplified get zone
Browse files Browse the repository at this point in the history
  • Loading branch information
martinscholz83 committed Apr 4, 2017
1 parent dd74400 commit eb4dea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/processors/add_locale/add_locale.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func init() {
}

func newAddLocale(c common.Config) (processors.Processor, error) {
zone, _ := time.Now().In(time.Local).Zone()
zone, _ := time.Now().Zone()

l := addLocale{timezone: zone}

Expand Down

0 comments on commit eb4dea6

Please sign in to comment.