问题遇到的现象和发生背景
时间1 /// 2005-01-01T12:00:00+01:00
时间2 /// 2005-01-01T11:00:00Z
如何将时间1 转换成时间2
使用C++语言,是否有库函数,如POCO库?
时间1 /// 2005-01-01T12:00:00+01:00
时间2 /// 2005-01-01T11:00:00Z
如何将时间1 转换成时间2
使用C++语言,是否有库函数,如POCO库?
收起
微信扫一扫sscanf
strftime
struct tm
微信扫一扫报告相同问题?