mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
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:
parent
bdd395b0dc
commit
cd3dd8eec7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue