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