mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Modified to use 0-23 hour format. SMACK-70
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2520 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
56bcd54883
commit
1a3e2b3ae2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ import java.text.DateFormat;
|
||||||
*/
|
*/
|
||||||
public class Time extends IQ {
|
public class Time extends IQ {
|
||||||
|
|
||||||
private static SimpleDateFormat utcFormat = new SimpleDateFormat("yyyyMMdd'T'hh:mm:ss");
|
private static SimpleDateFormat utcFormat = new SimpleDateFormat("yyyyMMdd'T'HH:mm:ss");
|
||||||
private static DateFormat displayFormat = DateFormat.getDateTimeInstance();
|
private static DateFormat displayFormat = DateFormat.getDateTimeInstance();
|
||||||
|
|
||||||
private String utc = null;
|
private String utc = null;
|
||||||
|
|
Loading…
Reference in a new issue