72 return __DATE__
" " __TIME__;
81#ifdef MNE_GIT_HASH_SHORT
82 return MNE_GIT_HASH_SHORT;
84 return "Git hash not defined.";
94#ifdef MNE_GIT_HASH_LONG
95 return MNE_GIT_HASH_LONG;
97 return "Git hash long not defined.";
constexpr auto gitHashLong()
constexpr auto dateToday()
constexpr auto timeNowNow()
constexpr auto dateTimeNow()