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

Method getMD_HM

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

Source from the content-addressed store, hash-verified

74 }
75
76 private static String getMD_HM(long time) {
77 return timeFormat(time, MD_HM);
78 }
79
80 private static String getYMD_HM(long time) {
81 return timeFormat(time, YMD_HM);

Callers 1

getTimePointMethod · 0.95

Calls 1

timeFormatMethod · 0.95

Tested by

no test coverage detected