Skip to content

Commit 4687468

Browse files
committed
1 parent e56cf9d commit 4687468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func parseDSN(dsn string) (cfg *config, err error) {
162162

163163
// Set default location if empty
164164
if cfg.loc == nil {
165-
cfg.loc = time.UTC
165+
cfg.loc = time.Local
166166
}
167167

168168
return

0 commit comments

Comments
 (0)