#include <time.h> struct tm { // seconds after the minute - [0,59] int tm_sec; // minutes after the hour - [0,59] int tm_min; // hours since midnight - [0,23] int tm_hour; // day of the month - [1,3.....
struct tm에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.