may I use << setw(9) << setfill('0') after ss << std::string(date_time) << "." ?
nice catch
Fixed with #9664
@zhuangli1987 @lianglia-apollo thank you for your continued support towards the Apollo platform, and we encourage a lot more PRs and issues from you! :) Closing this for now as it's resolved!
Fixed with #9664
Hi, fengqikai, I think the code in this patch should be better if we use ss << "." << std::setw(9) << std::setfill('0') . at line 97.
@zhuangli1987 you are right. I will fix soon.
Most helpful comment
nice catch