--- a/src/protocols/jabber/message.c Sat Feb 04 05:17:46 2006 +0000 +++ b/src/protocols/jabber/message.c Sat Feb 04 20:55:52 2006 +0000 @@ -311,7 +311,7 @@ const char *timestamp = xmlnode_get_attrib(child, "stamp"); jm->delayed = TRUE; if(timestamp) - jm->sent = gaim_str_to_time(timestamp, TRUE); + jm->sent = gaim_str_to_time(timestamp, TRUE, NULL, NULL, NULL); } else if(xmlns && !strcmp(xmlns, "jabber:x:conference") && jm->type != JABBER_MESSAGE_GROUPCHAT_INVITE && jm->type != JABBER_MESSAGE_ERROR) {