Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ now
Method
now
Ports/CLDC11/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
15
instant
Method · 0.95
port.js
File · 0.45
_time
Function · 0.45
samplerate.min.js
File · 0.45
run
Function · 0.45
jquery.min.js
File · 0.45
Sb
Function · 0.45
we
Function · 0.45
video.min.js
File · 0.45
us
Function · 0.45
Dl
Function · 0.45
Hl
Function · 0.45
Calls
2
ofEpochMilli
Method · 0.95
currentTimeMillis
Method · 0.95
Tested by
no test coverage detected