mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Change timestamps to use ISO8601 formatting
This commit is contained in:
parent
622da5df6e
commit
303b0009dc
5 changed files with 12 additions and 12 deletions
|
|
@ -569,7 +569,7 @@ bool AppInit2()
|
|||
printf("Bitcoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
|
||||
printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
|
||||
if (!fLogTimestamps)
|
||||
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
|
||||
printf("Startup time: %s\n", DateTimeStrFormat("%Y-%m-%dT%H:%M:%S", GetTime()).c_str());
|
||||
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str());
|
||||
printf("Used data directory %s\n", strDataDir.c_str());
|
||||
std::ostringstream strErrors;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue