Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ localWeekDay
Method
localWeekDay
src/main/java/ui/Time.java:135–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
public
static
String localWeekDay(){
136
long utcDate=utcTimeMillis();
137
return
weekDayLocalString(utcDate);
138
}
139
140
public
static
String localTime(){
141
return
timeLocalString(utcTimeMillis());
Callers
1
getTimeWeekDay
Method · 0.95
Calls
2
utcTimeMillis
Method · 0.95
weekDayLocalString
Method · 0.95
Tested by
no test coverage detected