ctime — Convert time and date formats

The ctime header file contains definitions for C++ for converting between various time and date formats. Include the standard header into a C++ program to effectively include the standard header <time.h> within the std namespace.
namespace std {
#include <time.h>
    };