mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
Qt6: use toSecsSinceEpoch
This commit is contained in:
parent
d7c4717092
commit
97bb165ae2
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ bool TransactionHistory::writeCSV(const QString &path) {
|
|||
|
||||
// format and write
|
||||
QString line = QString("\n%1,%2,\"%3\",%4,\"%5\",%6,%7,%8,\"%9\",\"%10\",\"%11\",%12,\"%13\"")
|
||||
.arg(QString::number(info.blockHeight()), QString::number(timeStamp.toTime_t()), date,
|
||||
.arg(QString::number(info.blockHeight()), QString::number(timeStamp.toSecsSinceEpoch()), date,
|
||||
QString::number(info.subaddrAccount()), direction, balanceDelta, info.displayAmount(),
|
||||
info.fee(), info.hash(), info.description(), paymentId, fiatAmount, preferredFiatSymbol);
|
||||
data += line;
|
||||
|
|
Loading…
Reference in a new issue