Home
last modified time | relevance | path

Searched defs:months (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Dtime-util.c437 usec_t months = (d % USEC_PER_YEAR) / USEC_PER_MONTH; in format_timestamp_relative() local
446 usec_t months = d / USEC_PER_MONTH; in format_timestamp_relative() local