mfcでunixtimeを変換

COleDateTime使う

COleDateTime tobj = COleDateTime((time_t)unixtime);
long yyyy = tobj.GetYear();
long mm = tobj.GetMonth();
long dd = tobj.GetDay();