I am initializing a COleDateTime object with the current date like this, and its m_status is coming invalid. Can someone tell me the reason? This is the first time I've come across this kind of problem, while initializing COleDateTime with current time

Code:
COleDateTime dtInstalled = COleDateTime::GetCurrentTime();