Browse Source

qml: fix wrong year near newyear in transaction list

master
Sander van Grieken 2 years ago
parent
commit
6f9e86a1ac
  1. 2
      electrum/gui/qml/qetransactionlistmodel.py

2
electrum/gui/qml/qetransactionlistmodel.py

@ -179,7 +179,7 @@ class QETransactionListModel(QAbstractListModel, QtEventListener):
'yesterday': '%H:%M:%S',
'lastweek': '%a, %H:%M:%S',
'lastmonth': '%a %d, %H:%M:%S',
'older': '%G-%m-%d %H:%M:%S'
'older': '%Y-%m-%d %H:%M:%S'
}
if section not in dfmt:
section = 'older'

Loading…
Cancel
Save