Home
last modified time | relevance | path

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

/coreutils/src/
Ddu.c386 char *when_str = timetostr (when.tv_sec, buf); in show_date() local
387 error (0, 0, _("time %s is out of range"), quote (when_str)); in show_date()
388 fputs (when_str, stdout); in show_date()