FileTimeToUnixTime
creds->times.starttime=FileTimeToUnixTime(msticket->StartTime.QuadPart);
creds->times.endtime=FileTimeToUnixTime(msticket->EndTime.QuadPart);
creds->times.renew_till=FileTimeToUnixTime(msticket->RenewUntil.QuadPart);
creds->times.starttime=FileTimeToUnixTime(info->StartTime.QuadPart);
creds->times.endtime=FileTimeToUnixTime(info->EndTime.QuadPart);
creds->times.renew_till=FileTimeToUnixTime(info->RenewTime.QuadPart);