On Fri, May 16, 2008 at 11:36 PM, James Youngman <[EMAIL PROTECTED]> wrote: > 2008-05-16 James Youngman <[EMAIL PROTECTED]> > > Fix Savannah bug #22662 (nanoseconds appended after "PM" for > find -printf %AX in locale en_US.UTF-8). > * find/pred.c (format_date): Use helper function do_time_format > which can insert the nanoseconds field into the appropriate place > within the formatted time. This fixes Savannah bug #22662. > (do_time_format): New function. Formats the date, inserting the > nanoseconds field after the seconds field, if there is a seconds > field. > (scan_for_digit_differences): New function. Locates the seconds > field. > > Signed-off-by: James Youngman <[EMAIL PROTECTED]>
Applied to 4.5.x CVS code. I also intend to apply to 4.4.x (for release in 4.4.1) but have not yet done so. James.
