Let configure the date format to use. SMACK-59

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2494 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-05-27 19:26:40 +00:00 committed by gaston
parent bdd395b0dc
commit cd3dd8eec7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import org.jivesoftware.smack.packet.PacketExtension;
*/
public class DelayInformation implements PacketExtension {
public static final SimpleDateFormat UTC_FORMAT = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
public static SimpleDateFormat UTC_FORMAT = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
private Date stamp;
private String from;