MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getDayTime

Method getDayTime

src/main/java/Client/Msg.java:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 return Time.timeLocalString(dateGmt);
97 }
98 public String getDayTime(){
99 return Time.dayLocalString(dateGmt)+Time.timeLocalString(dateGmt);
100 }
101
102 public void setDayTime(String date){
103 this.dateGmt=Time.dateStringToLong(date);

Callers 3

exportDataMethod · 0.95
getTimeMethod · 0.95
getBodyBytesMethod · 0.80

Calls 2

dayLocalStringMethod · 0.95
timeLocalStringMethod · 0.95

Tested by

no test coverage detected