Home
last modified time | relevance | path

Searched refs:rday (Results 1 – 1 of 1) sorted by relevance

/openbmc/libpldm/src/
H A Dutils.c242 int rday = day_map(month); in is_time_legal() local
245 rday += 1; in is_time_legal()
247 if (year < 1970 || day < 1 || day > rday || seconds > 59 || in is_time_legal()