Searched refs:jsondec_epochdays (Results 1 – 1 of 1) sorted by relevance
1021 int jsondec_epochdays(int y, int m, int d) { in jsondec_epochdays() function1033 return (int64_t)jsondec_epochdays(y, m, d) * 86400 + h * 3600 + min * 60 + s; in jsondec_unixtime()