Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InsightIM/Tok-Android
/ timeFormat
Method
timeFormat
app/src/main/java/im/tox/utils/TimeUtil.java:84–87 ·
view source on GitHub ↗
(long time, String format)
Source
from the content-addressed store, hash-verified
82
}
83
84
private
static
String timeFormat(long time, String format) {
85
DateFormat sdf =
new
SimpleDateFormat(format, Locale.getDefault());
86
return
sdf.format(
new
Date(time));
87
}
88
}
Callers
3
getHM
Method · 0.95
getMD_HM
Method · 0.95
getYMD_HM
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected