https://issues.apache.org/bugzilla/show_bug.cgi?id=53184

--- Comment #12 from Robert Meyer <[email protected]> ---
Hi Glenn,

The code I submitted has not changed the output from the existing method as
that also included a delimiter after the date:

    //Taken from PDFInfo.java in FOP

    protected String formatDateTime(Date time, TimeZone tz) {
        ...
            sb.append(Integer.toString(offsetMinutes));
            sb.append('\'');
        ...
    }


Reading Luis's comment on the existing patch I put submitted:

"Now, regarding the last ' after minutes, the third edition (1.4) spec says it
should be there while the 3200-1:2008 says it shouldn't... I had never noticed
it until now...."

After talking to Vincent, he suggested that FOP follows PDF specification 1.4,
but I am certainly willing to change the patch to meet the latest specification
if required.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to