Toggle navigation
Home
org.joda.time.DateTime to java.time.LocalTime
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
result.withMillisOfSecond(0)
to
result.withSecond(0)
result.withSecondOfMinute(0)
to
result.withMinute(0)
result.withMinuteOfHour(0)
to
result.withNano(0)
toTime(TIME.plusMillis(3))
to
toTime(TIME.plusNanos(3_000_000))