Skip to content

Commit

Permalink
Fix gosmopolitan
Browse files Browse the repository at this point in the history
  • Loading branch information
u5surf committed Oct 16, 2023
1 parent b006ef7 commit 0f60296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agents/mysql/slowlog/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func NewSlowLogParser(r Reader, opts log.Options) *SlowLogParser {

if opts.DefaultLocation == nil {
// Old MySQL format assumes time is taken from SYSTEM.
opts.DefaultLocation = time.Local
opts.DefaultLocation = time.Local //nolint:gosmopolitan
}
p := &SlowLogParser{
r: r,
Expand Down

0 comments on commit 0f60296

Please sign in to comment.