time_t

time_t实际上就是长整型long int;
用来保存从1970年1月1日0时0分0秒到现在时刻的秒数!
用time()这个函数获取!

原文地址:https://www.cnblogs.com/judes/p/6755774.html