Re: [PATCH] Round-down years in "years+months" relative date view
From: Jeff King <hidden> Date: 2016-06-15 22:47:19
On Fri, Aug 28, 2009 at 01:28:34PM -0400, Nicolas Pitre wrote:
However I was hoping for a current time trickery solution that could
live in test-date.c instead of interfering with the main code in such a
way.
Did a quick test to override the library version:
Thanks, that is a much better solution. And I don't know offhand of any
portability problems in overriding the library at link time.
-Peff