Error datetime format in class IQOfflineMessagesHandler?

dateFormat = new SimpleDateFormat(“yyyy-MM-DD’‘T’‘HH:mm:ss.SSS’‘Z’’”);

should be changed to:

dateFormat = new SimpleDateFormat(JiveConstants.XMPP_DATETIME_FORMAT);

where, JiveConstants.XMPP_DATETIME_FORMAT is defined as:

“yyyy-MM-dd’‘T’‘HH:mm:ss.SSS’‘Z’’”

woloo,

It looks like you’'re correct – thanks for the bug report and fix! I filed this as: JM-585.

Regards,

Matt