MCPcopy 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

getCachedSrvMethod · 0.95
askInetSrvMethod · 0.95
blockArrivedMethod · 0.95
queryMethod · 0.95
pingToStringMethod · 0.95
Xep0082UtcTimeMethod · 0.95
utcTimeMethod · 0.95
dispLocalTimeMethod · 0.95
localWeekDayMethod · 0.95
localTimeMethod · 0.95
localDateMethod · 0.95
getHourMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected