MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / now

Method now

vm/JavaAPI/src/java/time/Instant.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public static Instant now() {
16 return ofEpochMilli(System.currentTimeMillis());
17 }
18
19 public static Instant ofEpochMilli(long epochMilli) {
20 long secs = DateTimeSupport.floorDiv(epochMilli, 1000L);

Callers 10

instantMethod · 0.95
writeCookieFunction · 0.45
build_indexFunction · 0.45
write_dataFunction · 0.45
schedulerNowFunction · 0.45
__cn1TickResetFunction · 0.45
_YcFunction · 0.45
formatJavaDateFunction · 0.45

Calls 2

ofEpochMilliMethod · 0.95
currentTimeMillisMethod · 0.95

Tested by

no test coverage detected