Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. struct tm s_time = {0}
  2. s_time.tm_year = 1940-1900;
  3. s_time.tm_mon = 7 - 1;
  4. s_time.tm_mday = 4;
  5. time_t unix_time = mktime(&s_time);
Add Comment
Please, Sign In to add comment