OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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