mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
kucoin: fix launch date with local time zone
This commit is contained in:
parent
f7000ad3ac
commit
7d64a30a6b
|
@ -323,7 +323,7 @@ func (e *Exchange) QueryClosedOrders(ctx context.Context, symbol string, since,
|
|||
return orders, err
|
||||
}
|
||||
|
||||
var launchDate = time.Date(2017, 9, 0, 0, 0, 0, 0, nil)
|
||||
var launchDate = time.Date(2017, 9, 0, 0, 0, 0, 0, time.Local)
|
||||
|
||||
func (e *Exchange) QueryTrades(ctx context.Context, symbol string, options *types.TradeQueryOptions) (trades []types.Trade, err error) {
|
||||
req := e.client.TradeService.NewGetFillsRequest()
|
||||
|
|
Loading…
Reference in New Issue
Block a user