mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
types: use UTC time for order tsv
This commit is contained in:
parent
f38d165960
commit
9b10f87b97
|
@ -233,7 +233,7 @@ func (o Order) CsvHeader() []string {
|
|||
func (o Order) CsvRecords() [][]string {
|
||||
return [][]string{
|
||||
{
|
||||
o.UpdateTime.Time().Format(time.RFC1123),
|
||||
o.UpdateTime.Time().UTC().Format(time.RFC1123),
|
||||
strconv.FormatUint(o.OrderID, 10),
|
||||
o.Symbol,
|
||||
string(o.Side),
|
||||
|
|
Loading…
Reference in New Issue
Block a user