Listing 4:
TimeUtils.h.
#ifndef __TIMEUTILS_H #define __TIMEUTILS_H #include <time.h> struct tm getCurrentDateTime(); #endif