From cd3dd8eec7888a40c416aecdd74578f2bbfac6de Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Fri, 27 May 2005 19:26:40 +0000 Subject: [PATCH] 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 --- source/org/jivesoftware/smackx/packet/DelayInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smackx/packet/DelayInformation.java b/source/org/jivesoftware/smackx/packet/DelayInformation.java index ee5a5cf9f..453ff1500 100644 --- a/source/org/jivesoftware/smackx/packet/DelayInformation.java +++ b/source/org/jivesoftware/smackx/packet/DelayInformation.java @@ -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;