fun ZonedDateTime.toOffsetDateTime(): OffsetDateTime
Returns the combined date, time, and UTC offset.
While similar to ZonedDateTime, an OffsetDateTime representation is unaffected by time zone rule changes or
database differences between systems, making it better suited for use cases involving persistence or network
transfer.