Searched refs:xep0091Date6DigitFormatter (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java78 private static final DateFormat xep0091Date6DigitFormatter = new SimpleDateFormat("yyyyMd'T'HH:mm:ss"); field in class:StringUtils
97 xep0091Date6DigitFormatter.setTimeZone(utc);
200 synchronized (xep0091Date6DigitFormatter) {
201 return xep0091Date6DigitFormatter.parse(stampString);

Completed in 60 milliseconds