摘要:
日历时:距UTC时间1970年1月1日0时0分0秒的秒数。 分解时:struct tm结构。 time_t time(time_t * timer); // 得到日历时 struct tm * gmtime(const time_t *timer); // 日历时 -> 分解时,GMT时间 struct tm * localtime(const time_t * timer); ... 阅读全文
posted @ 2009-04-24 14:30
DEMENTiA
阅读(415)
评论(0)
推荐(0)

浙公网安备 33010602011771号