mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
use UTC time for position
This commit is contained in:
parent
9b10f87b97
commit
5c92bc5d66
|
@ -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