можно так например Code: time_t lt=time('\0'); tm *p; p=localtime(<); cout<<p->tm_hour<<':'<<p->tm_min<<':'<<p->tm_sec;