Hi All,
I have this code constructing a CTime object
When I set my computer timezone to be GMT, I saw the value of tm during debug to be 1076716800.Code:CTime tm(2004,2,14,0,0,0,0);
But when I set my computer timezone to +8.00 GMT, running the same code gives me the value 1076688000.
Can someone please explain why the difference in value??
Regards
Mustafa
