On 2020-04-15 16:01:52-0700, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * dd/iso-8601-updates (2020-04-15) 2 commits > - date.c: allow compact version of ISO-8601 datetime > - date.c: skip fractional second part of ISO-8601 > > The approxidate parser learns to parse seconds with fraction. > > Will merge to 'next'. I thought we haven't gained enough concious for "12:34:56.7.days.ago" Current code will treat it as "7 days ago at 12:34:56" New code will treat it as 12:34:56 (today?) -- Danh