MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / dateTimeStr

Function dateTimeStr

src/qt/guiutil.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88namespace GUIUtil {
89
90QString dateTimeStr(const QDateTime &date)
91{
92 return QLocale::system().toString(date.date(), QLocale::ShortFormat) + QString(" ") + date.toString("hh:mm");
93}
94
95QString dateTimeStr(qint64 nTime)
96{

Callers 5

updateViewMethod · 0.85
dataMethod · 0.85
formatTxDateMethod · 0.85
toHTMLMethod · 0.85
paintFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected