Linux下字符串转时间tm结构函数strptime-CSDN博客

网站介绍:原型:char *strptime(const char *buf,const char *format,struct tm *timeptr)buf: tm格式化后的C字符串(以0结尾);format: 字符串格式,构建方式与strftime的format字符串完全一样;struct tm *time