RTC worked until I have installed windows 7. Before I was using XP and RTC was setting by uploading program to arduino. I am using RTC library and setting line is:
if (! RTC.isrunning()) {
RTC.adjust(DateTime(DATE, TIME));
}
Now, after uploading program to arduino, RTC shows not real time, like now is 23:25, it shows 6:40. What should I do?