Uploaded image for project: 'ActiveMQ C++ Client'
  1. ActiveMQ C++ Client
  2. AMQCPP-585

Date::toString() return wrong date string.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.9.0
    • 3.9.1, 4.0.0
    • Decaf
    • None
    • Linux

    Description

      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.

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            shlinux Li Shaohui
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: