From 303b0009dc4ef3dbe4d9caabfe94798ee51579d4 Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Wed, 12 Dec 2012 16:32:22 +0100 Subject: Change timestamps to use ISO8601 formatting --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index a224b336ce..39259c5b7a 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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; -- cgit v1.2.3