diff options
author | Richard Schwab <mail@w.tf-w.tf> | 2012-12-12 16:32:22 +0100 |
---|---|---|
committer | Richard Schwab <mail@w.tf-w.tf> | 2012-12-12 16:32:22 +0100 |
commit | 303b0009dc4ef3dbe4d9caabfe94798ee51579d4 (patch) | |
tree | 227cdf5f5fa2a036768f51170addcbd3ef43eedb /src/walletdb.cpp | |
parent | 622da5df6ec0efc46804321f4b77ea17a9579821 (diff) |
Change timestamps to use ISO8601 formatting
Diffstat (limited to 'src/walletdb.cpp')
-rw-r--r-- | src/walletdb.cpp | 2 |
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()); } |