aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.cpp
diff options
context:
space:
mode:
authorRichard Schwab <mail@w.tf-w.tf>2012-12-12 16:32:22 +0100
committerRichard Schwab <mail@w.tf-w.tf>2012-12-12 16:32:22 +0100
commit303b0009dc4ef3dbe4d9caabfe94798ee51579d4 (patch)
tree227cdf5f5fa2a036768f51170addcbd3ef43eedb /src/walletdb.cpp
parent622da5df6ec0efc46804321f4b77ea17a9579821 (diff)
downloadbitcoin-303b0009dc4ef3dbe4d9caabfe94798ee51579d4.tar.xz
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 e102df9720..4419cbb5f7 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());
}