How to Convert an Instant to Java 8 OffsetDateTime
The Java 8 OffsetDateTime is an immutable date-time object representing date and time with an offset from UTC/Greenwich in the ISO-8601 calendar system. You can use the OffsetDateTime.ofInstant(instant) function to …