Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ lz2
Method
lz2
src/main/java/ui/Time.java:56–58 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
54
}
55
56
public
static
String lz2(
int
i){
57
if
(i<10)
return
"0"
+i;
else
return
String.valueOf(i);
58
}
59
60
public
static
String timeLocalString(long date){
61
c = calDate(date);
Callers
6
timeLocalString
Method · 0.95
dateTimeLocalString
Method · 0.95
dayLocalString
Method · 0.95
Xep0082UtcTime
Method · 0.95
utcTime
Method · 0.95
tzOffset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected