struct tm tm;if(data.expiration == UINT64_MAX) expire_time = INT64_MAX - 1;tm = *localtime(&expire_time);에러남struct tm tm;if(data.expiration == UINT64_MAX) expire_time = INT32_MAX - 1;tm = *localtime(&expire_time);에러 안 남
해보니까 struct tm 구조체 변수 중에 tm_year 가 int 라 그거 범위 넘어가면 에러뜸