extend the format
此提交包含在:
@@ -69,7 +69,7 @@ bool AircraftReporter::send(aman::AircraftReport& report) {
|
||||
/* set the report time */
|
||||
std::stringstream stream;
|
||||
auto reportTime = std::chrono::utc_clock::now();
|
||||
stream << std::format("{0:%y%m%d%H%M%S}", reportTime);
|
||||
stream << std::format("{0:%Y%m%d%H%M%S}", reportTime);
|
||||
report.set_reporttime(String::splitString(stream.str(), ".")[0]);
|
||||
|
||||
/* serialize the report */
|
||||
|
||||
新增問題並參考
封鎖使用者