fix: import tzdata package

This commit is contained in:
c9s 2023-12-15 19:19:06 +08:00
parent 6d7ff54591
commit e7c3582334
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -21,6 +21,8 @@ import (
"github.com/c9s/bbgo/pkg/bbgo"
"github.com/c9s/bbgo/pkg/util"
_ "time/tzdata"
_ "github.com/go-sql-driver/mysql"
)