mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
use UTC time for position
This commit is contained in:
parent
7478ca61a4
commit
6ab64a043f
|
@ -79,7 +79,7 @@ func (p *Position) CsvRecords() [][]string {
|
|||
return [][]string{
|
||||
{
|
||||
p.Symbol,
|
||||
p.ChangedAt.Format(time.RFC1123),
|
||||
p.ChangedAt.UTC().Format(time.RFC1123),
|
||||
p.AverageCost.String(),
|
||||
p.Base.String(),
|
||||
p.Quote.String(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user