Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
waitForSimulatorWarmup
Method · 0.95
instant
Method · 0.95
writeCookie
Function · 0.45
build_index
Function · 0.45
write_data
Function · 0.45
schedulerNow
Function · 0.45
__cn1TickReset
Function · 0.45
_Yc
Function · 0.45
formatJavaDate
Function · 0.45
parparvm_runtime.js
File · 0.45
Calls
2
ofEpochMilli
Method · 0.95
currentTimeMillis
Method · 0.95
Tested by
no test coverage detected