MCPcopy 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

runMethod · 0.95
getDefaultGsonBuilderMethod · 0.80

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected