MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / localDate

Method localDate

src/main/java/ui/Time.java:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 public static String localDate(){
145 return dayLocalString(utcTimeMillis()).trim();
146 }
147
148 public static int getHour(){
149 c = calDate(utcTimeMillis());

Callers 7

showTimeTrafficInfoMethod · 0.95
exportDataMethod · 0.95
BrowserFilePathNotifyMethod · 0.95
exportDataMethod · 0.95
exportDataMethod · 0.95
exportDataMethod · 0.95
getNickDateMethod · 0.95

Calls 2

dayLocalStringMethod · 0.95
utcTimeMillisMethod · 0.95

Tested by

no test coverage detected