HomeSort by relevance Sort by last modified time
    Searched full:datetimeformatter (Results 1 - 1 of 1) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/
StringUtils.java 72 private static final DateFormat dateTimeFormatter = DateFormatType.XEP_0082_DATETIME_MILLIS_PROFILE.createFormatter();
93 dateTimeFormatter.setTimeZone(utc);
104 couplings.add(new PatternCouplings(dateTimePattern, dateTimeFormatter, true));
263 synchronized (dateTimeFormatter) {
264 return dateTimeFormatter.format(date);

Completed in 1039 milliseconds