在Java中将AccountingDate(ChronoLocalDate)转换为Instant

I'm using the AccountingDate implemented into this project.

public final class AccountingDate extends AbstractDate implements ChronoLocalDate, Serializable {}

您知道一种将AccountingDate转换为Instant或LocalDate的方法吗?