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.