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/09/23 22:01:05 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=14905140#comment-14905140 ] 

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

Commit 6ddd619bae81215822c7aec3b2469ed6ec894473 in activemq-cpp's branch refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-cpp.git;h=6ddd619 ]

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

Fix and test.

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