Re: [Y2038] [PATCH 04/20] mount: Add mount warning for impending timestamp expiry

From: Deepa Dinamani
Date: Sat Aug 10 2019 - 16:47:41 EST


> This doesn't seem like a helpful way to log the time. Maybe use
> time64_to_tm() to convert to "broken down" time and then print it with
> "%ptR"... but that wants struct rtc_time. If you apply the attached
> patch, however, you should then be able to print struct tm with
> "%ptT".

OK. Will print a more user friendly date string here.

Thanks,
-Deepa