GeneralizedTime.toString() generates wrong output when TimeZone has hours < 10 
and minutes > 10
-----------------------------------------------------------------------------------------------

                 Key: DIRSHARED-29
                 URL: https://issues.apache.org/jira/browse/DIRSHARED-29
             Project: Directory Shared
          Issue Type: Bug
    Affects Versions: 0.9.13
            Reporter: Pierre-Arnaud Marcelot
            Assignee: Pierre-Arnaud Marcelot
            Priority: Critical
             Fix For: 0.9.14


GeneralizedTime.toString() method when TimeZone has hours < 10 and minutes > 10.

GeneralizedTime gt = new GeneralizedTime( "20090312123456+0130" );
System.out.println( gt );

The following snippet displays: 20090312123456+01030

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to