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