Home
last modified time | relevance | path

Searched refs:timeNoZoneFormatter (Results 1 – 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/
DStringUtils.java64 …private static final DateFormat timeNoZoneFormatter = DateFormatType.XEP_0082_TIME_MILLIS_PROFILE.… field in StringUtils
90 timeNoZoneFormatter.setTimeZone(utc);
107 couplings.add(new PatternCouplings(timeNoZonePattern, timeNoZoneFormatter)); in couplings.add() argument