52 oss <<
"Date=" << std::setw(2) << std::setfill(
'0') << nowLocal.tm_mday <<
"." << std::setw(2) << nowLocal.tm_mon + 1 <<
"." << nowLocal.tm_year + 1900 << std::endl;
53 oss <<
"Time=" << std::setw(2) << std::setfill(
'0') << nowLocal.tm_hour <<
":" << std::setw(2) << nowLocal.tm_min <<
":" << std::setw(2) << nowLocal.tm_sec << std::endl;