Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ utcTimeMillis
Method
utcTimeMillis
src/main/java/ui/Time.java:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
public
static
long utcTimeMillis(){
98
return
System.currentTimeMillis()+fixupLocalOffsetMills;
99
}
100
101
public
static
String Xep0082UtcTime(){
102
long date=utcTimeMillis();
Callers
15
getCachedSrv
Method · 0.95
askInetSrv
Method · 0.95
blockArrived
Method · 0.95
query
Method · 0.95
pingToString
Method · 0.95
Xep0082UtcTime
Method · 0.95
utcTime
Method · 0.95
dispLocalTime
Method · 0.95
localWeekDay
Method · 0.95
localTime
Method · 0.95
localDate
Method · 0.95
getHour
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected