Include "inttostr.h".
commitadc816c05ac409c4a0e9cff03114cb7af2c5516d
authorJim Meyering <jim@meyering.net>
Thu, 5 Feb 2004 09:47:01 +0000 (5 09:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Feb 2004 09:47:01 +0000 (5 09:47 +0000)
tree484edb77e8ee4044c012035b1fe6dddbacd3de2b
parentb5cfd989df45e22aa16c390c650fa1396d7eec3f
Include "inttostr.h".
(human_time): Print the date/time as a number of seconds since the
epoch if it can't be converted by localtime.  This is better than
just saying "invalid", and is consistent with what "ls" does.
Don't dump core if the year has more than 48 digits; this isn't
possible on any contemporary host, but we might as well do it right.
src/stat.c