Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OreosLab/bili
/ getTime
Method
getTime
src/main/java/top/misec/task/MatchGame.java:152–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
}
151
152
private
String getTime() {
153
Date d =
new
Date();
154
SimpleDateFormat sdf =
new
SimpleDateFormat(
"yyyy-MM-dd"
);
155
return
sdf.format(d);
156
}
157
158
@Override
159
public
String getName() {
Callers
2
run
Method · 0.95
getDefaultGsonBuilder
Method · 0.80
Calls
1
format
Method · 0.80
Tested by
no test coverage detected