afs commented on PR #2274: URL: https://github.com/apache/jena/pull/2274#issuecomment-1951375784
For "duration divided by duration" cases this only deals with exact seconds. Getting the fractional seconds seems to be missing from the Jena JDK API. Long term, switching to the newer duration `java.time.Duration` for value processing make sense. That does not handle the individual fields which `java.xml.datatpe.Duration` does. So Jena coudl have its' own duration and other XML time units solely for appear and use `java.time.*` for values. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
