Toggle navigation
Home
java.time.LocalDateTime to long
No. of Instances - 14
No. of Commits - 2
No. of Projects - {'graphhopper', 'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
ZoneId.systemDefault()
to
Instant.ofEpochMilli(departureTime)
arrivalTimeFromHopEdge.atZone(ZoneId.systemDefault()).toInstant()
to
Instant
arrivalTimeFromHopEdge.atZone(ZoneId.systemDefault())
to
Instant
arrivalTimeFromHopEdge.atZone(ZoneId.systemDefault()).toInstant()
to
Instant
arrivalTimeFromHopEdge.atZone(ZoneId.systemDefault())
to
Instant
departureTime.atZone(ZoneId.systemDefault()).toInstant()
to
Instant
departureTime.atZone(ZoneId.systemDefault())
to
Instant
ZoneId.systemDefault()
to
Instant.ofEpochMilli(departureTime)
arrivalTimeFromHopEdge.atZone(ZoneId.systemDefault()).toInstant()
to
Instant
arrivalTimeFromHopEdge.atZone(ZoneId.systemDefault())
to
Instant
Wrap or Un-wrap
add
to
add
add
to
add