Guest User

Untitled

a guest
Dec 11th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <time.h>
  3.  
  4. int main(int argc, const char *argv[])
  5. {
  6. /*time_t t = time(NULL);*/
  7. time_t t = 1346122873;
  8.  
  9. printf("%s\n", ctime(&t));
  10. return 0;
  11. }
Add Comment
Please, Sign In to add comment