以下代码
CTime time1(2000,10,29,0,0,0);
CTime time2;
CTimeSpan span(1,0,0,0);
time2 = time1+span;为啥time2会是2000年10月29日
只有在time1等于2000年10月29日时才会有此问题