C で こう書いているんだが

time(&t_now);
t_now += 9*60*60;
tm_now = gmtime(&t_now);
tm_now->tm_year += 1900;
tm_now->tm_mon ++;

なにをすればいいんだろぅ