Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ now
Method
now
vm/JavaAPI/src/java/time/LocalDateTime.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
public
static
LocalDateTime now() {
16
return
now(Clock.systemDefaultZone());
17
}
18
19
public
static
LocalDateTime now(Clock clock) {
20
return
ofInstant(clock.instant(), clock.getZone());
Callers
1
runTest
Method · 0.95
Calls
4
systemDefaultZone
Method · 0.95
ofInstant
Method · 0.95
instant
Method · 0.45
getZone
Method · 0.45
Tested by
1
runTest
Method · 0.76