#include #include #include #include int main() { time_t now; time(&now); printf("It is now %s\n",localtime(&now)); return(0); }