Kenneth
02/10/2022, 11:21 AMSam
02/10/2022, 11:27 AMfun DatatypeFactory.newXMLGregorianCalendar(
instant: Instant,
zoneId: ZoneId = ZoneId.systemDefault()
): XMLGregorianCalendar {
return newXMLGregorianCalendar(GregorianCalendar.from(instant.atZone(zoneId)))
}
Stephan Schroeder
02/10/2022, 1:42 PM{
return newXML...
}
in your solution with
= this.newXML...
therealbluepandabear
02/11/2022, 5:05 AMSam
02/11/2022, 8:10 AM