重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

Boost获取系统时间格式化字符串

头文件

公司专注于为企业提供网站设计、成都网站建设、微信公众号开发、商城开发,微信小程序,软件按需网站建设等一站式互联网企业服务。凭借多年丰富的经验,我们会仔细了解各客户的需求而做出多方面的分析、设计、整合,为客户设计出具风格及创意性的商业解决方案,创新互联更提供一系列网站制作和网站推广的服务。

#include

代码

 std::string strDateTime = boost::posix_time::to_simple_string(boost::posix_time::microsec_clock::local_time());

结果:2020-Jan-07 02:54:29.985437

 std::string strTime = boost::posix_time::to_iso_string(boost::posix_time::microsec_clock::local_time());
 strTime.insert(4, "-");
 strTime.insert(7, "-");
 int pos = strTime.find('T');
 strTime.replace(pos, 1, std::string(" "));
 strTime.insert(13, ":");
 strTime.insert(16, ":");

 结果:2020-01-07 10:54:29.976652


网站栏目:Boost获取系统时间格式化字符串
当前地址:http://cqcxhl.com/article/jgcspj.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP