From: Gordon Ball <gordon@chronitis.net>
Date: Mon, 14 Dec 2020 08:33:08 +0000
Subject: Remove binary timestamp (reproductible builds)

Forwarded: no
---
 src/commands/CmdDiagnostics.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp
index a2b2435..b4ba3d8 100644
--- a/src/commands/CmdDiagnostics.cpp
+++ b/src/commands/CmdDiagnostics.cpp
@@ -122,8 +122,6 @@ int CmdDiagnostics::execute (std::string& output)
   out << bold.colorize ("Build Features")
       << '\n'
 
-  // Build date.
-      << "      Built: " << __DATE__ << ' ' << __TIME__ << '\n'
 #ifdef HAVE_COMMIT
       << "     Commit: " << COMMIT << '\n'
 #endif
