struct tm *ptr; time_t lt; unsigned int times=<秒数时间变量>; char str[80]; lt=times; ptr=localtime(<); strftime(str,100,"%F %X",ptr);
摘抄来的,来源忘记了。。。