Travis Griggs
08/16/2023, 7:46 PM"No Name (created: ${DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT, FormatStyle.MEDIUM).format(oid.date.toJavaInstant())})"
oid.date returns an x instance, i threw in the toJavaInstant to use the DateTimeFormatter. I'm skimming through the docs, I haven't yet found if there's a kotlinx replacement for formatting/printing? Should I keep looking?Adam S
08/16/2023, 7:58 PMTravis Griggs
08/16/2023, 8:06 PM