I want to create a CTime object with this line of code:
CTime time(1970, 1, 1, 0, 0, 0).
In debug mode an assertion failure arises, even if in msdn it says the values used in constructor are in the valid ranges. Stepping into constructor I found that _mktime64() returns -1. Can somebody tell me what is going on???