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);


에러 안 남