aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-12-13 14:39:57 -0800
committerPieter Wuille <[email protected]>2012-12-13 14:39:57 -0800
commit33766c9557586c508d4239126a61a4b3b460ce1d (patch)
treebce94b8e0839cf4e2dca8a68d231d4be82a10d57 /src/walletdb.cpp
parentMerge pull request #2045 from Diapolo/use_message (diff)
parentChange timestamps to use ISO8601 formatting (diff)
downloaddiscoin-33766c9557586c508d4239126a61a4b3b460ce1d.tar.xz
discoin-33766c9557586c508d4239126a61a4b3b460ce1d.zip
Merge pull request #2096 from 94m3k1n9/fix-time-formats
Change timestamps to use ISO8601 formatting
Diffstat (limited to 'src/walletdb.cpp')
-rw-r--r--src/walletdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walletdb.cpp b/src/walletdb.cpp
index e102df972..4419cbb5f 100644
--- a/src/walletdb.cpp
+++ b/src/walletdb.cpp
@@ -238,7 +238,7 @@ ReadKeyValue(CWallet* pwallet, CDataStream& ssKey, CDataStream& ssValue,
//printf("LoadWallet %s\n", wtx.GetHash().ToString().c_str());
//printf(" %12"PRI64d" %s %s %s\n",
// wtx.vout[0].nValue,
- // DateTimeStrFormat("%x %H:%M:%S", wtx.GetBlockTime()).c_str(),
+ // DateTimeStrFormat("%Y-%m-%dT%H:%M:%S", wtx.GetBlockTime()).c_str(),
// wtx.hashBlock.ToString().substr(0,20).c_str(),
// wtx.mapValue["message"].c_str());
}