MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / getYMD_HM

Method getYMD_HM

app/src/main/java/im/tox/utils/TimeUtil.java:80–82  ·  view source on GitHub ↗
(long time)

Source from the content-addressed store, hash-verified

78 }
79
80 private static String getYMD_HM(long time) {
81 return timeFormat(time, YMD_HM);
82 }
83
84 private static String timeFormat(long time, String format) {
85 DateFormat sdf = new SimpleDateFormat(format, Locale.getDefault());

Callers 1

getTimePointMethod · 0.95

Calls 1

timeFormatMethod · 0.95

Tested by

no test coverage detected