成都创新互联网站制作重庆分公司

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://cxhlcq.com/article/jgcspj.html

其他资讯

在线咨询

微信咨询

电话咨询

028-86922220(工作日)

18980820575(7×24)

提交需求

返回顶部