Lines Matching defs:expiration_time
51 time_t expiration_time = expiration_date / 1000;52 return difftime(time(NULL), expiration_time) > 0;