You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/11/25 19:56:10 UTC

[jira] [Commented] (AMQCPP-585) Date::toString() return wrong date string.

    [ https://issues.apache.org/jira/browse/AMQCPP-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027368#comment-15027368 ] 

ASF subversion and git services commented on AMQCPP-585:
--------------------------------------------------------

Commit c9b9ef1209de2f291840acd22d1fd840c5459d8f in activemq-cpp's branch refs/heads/3.9.x from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-cpp.git;h=c9b9ef1 ]

https://issues.apache.org/jira/browse/AMQCPP-585

Fix and test.
(cherry picked from commit 6ddd619bae81215822c7aec3b2469ed6ec894473)


> Date::toString() return wrong date string.
> ------------------------------------------
>
>                 Key: AMQCPP-585
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-585
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Decaf
>    Affects Versions: 3.9.0
>         Environment: Linux
>            Reporter: Li Shaohui
>            Assignee: Timothy Bish
>             Fix For: 3.9.1, 4.0.0
>
>
> decaf::util::Date::toString() return wrong date string.
> It call apr_time_exp_lt(apr_time_exp_t *result, apr_time_t input);
> The param input should be microseconds, but the time saved in Date is millisecond. So toString() return wrong string.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)