In the following class I'm using the C lib <time.h> .
The functions gmtime, ctime, and asctime return pointers to char/structs.
Am I responsible to clean the memory allocated by them? Is there any possible memory leak associated to the methods MyTimeClass::getDateAndTimeLocalTime() and...