
name.remal.java.time.OffsetDateTime.kt Maven / Gradle / Ivy
package name.remal
import java.time.OffsetDateTime
import java.util.*
fun OffsetDateTime.toDate(): Date = Date.from(toInstant())
© 2015 - 2025 Weber Informatics LLC | Privacy Policy