You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2009/03/12 11:50:52 UTC

[jira] Created: (DIRSHARED-29) GeneralizedTime.toString() generates wrong output when TimeZone has hours < 10 and minutes > 10

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.


[jira] Closed: (DIRSHARED-29) GeneralizedTime.toString() generates wrong output when TimeZone has hours < 10 and minutes > 10

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSHARED-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSHARED-29.
-------------------------------------------

    Resolution: Fixed

Fixed at commit 752832.
http://svn.apache.org/viewvc?rev=752832&view=rev

> 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.