摘要: localtime函数 功能: 把从1970-1-1零点零分到当前时间系统所偏移的秒数时间转换为本地时间,而gmtime函数转换后的时间没有经过时区变换,是UTC时间 。 用法: #include <time.h> struct tm *localtime(const time_t *clock); 阅读全文
posted @ 2017-11-29 16:40 hbg-rohens 阅读(2372) 评论(0) 推荐(0) 编辑