diff --git a/lib/imc_channel.hpp b/lib/imc_channel.hpp index 60be8a6..49f4855 100644 --- a/lib/imc_channel.hpp +++ b/lib/imc_channel.hpp @@ -402,7 +402,7 @@ namespace imc std::string get_info(int width = 20) { // prepare printable trigger-time - //std::time_t tt = std::chrono::system_clock::to_time_t(trigger_time_); + std::time_t tt = std::chrono::system_clock::to_time_t(trigger_time_); std::time_t att = std::chrono::system_clock::to_time_t(absolute_trigger_time_); std::stringstream ss; @@ -411,7 +411,7 @@ namespace imc <