SYSTEMTIME st;
    GetLocalTime(&st);
CTime tm(st);
time_t t=tm.GetTime();
 怎么显示  t  的结果?  如果显示出来应该是 运行时的系统时间吧如 2006 3 12 20:00:00?