New posts in java-time

What's the difference between ZonedDateTime and OffsetDateTime?

What is the difference between ZoneOffset.UTC and ZoneId.of("UTC")?

Is java.time failing to parse fraction-of-second?

java DateTimeFormatterBuilder fails on testtime [duplicate]

Getting the date from a ResultSet for use with java.time classes

Convert java.util.Date to what “java.time” type?

`uuuu` versus `yyyy` in `DateTimeFormatter` formatting pattern codes in Java?

Unix epoch time to Java Date object

Kotlin DateTimeParseException

serialize/deserialize java 8 java.time with Jackson JSON mapper

How can I create a Java 8 LocalDate from a long Epoch time in Milliseconds?

Differences between Java 8 Date Time API (java.time) and Joda-Time

Format Instant to String

Calculate days between two Dates in Java 8

How to get milliseconds from LocalDateTime in Java 8

Convert java.time.LocalDate into java.util.Date type

Converting between java.time.LocalDateTime and java.util.Date

How to parse/format dates with LocalDateTime? (Java 8)

Convert java.util.Date to java.time.LocalDate

How do I format am-pm-of-day to be "AM/PM" rather than "a.m./p.m."?