diff options
| author | Richard Schwab <[email protected]> | 2012-12-12 16:32:22 +0100 |
|---|---|---|
| committer | Richard Schwab <[email protected]> | 2012-12-12 16:32:22 +0100 |
| commit | 303b0009dc4ef3dbe4d9caabfe94798ee51579d4 (patch) | |
| tree | 227cdf5f5fa2a036768f51170addcbd3ef43eedb /src/walletdb.cpp | |
| parent | Merge pull request #2068 from Diapolo/CheckDiskSpace (diff) | |
| download | discoin-303b0009dc4ef3dbe4d9caabfe94798ee51579d4.tar.xz discoin-303b0009dc4ef3dbe4d9caabfe94798ee51579d4.zip | |
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 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()); } |