我没有发现任何迹象表明 C 中有毫秒的格式。我每秒保存图像不止一次,并且需要额外的索引。我现在的代码是:
time_t now;
struct tm ts;
time(&now);
ts = *localtime(&now);
strftime(buf, sizeof(buf), "%Y%m%d-%H%M%S", &ts);
Linux 4.9.59-v7+ #1047 SMP 10 月 29 日星期日 12:19:23 GMT 2017 armv7l GNU/Linux GNU Make 4.1