Dear all, at [1] I read about the afn:now() function. I want to use it, to add a column to my query results, which shows the current time.
Is it possible to adjust the output format of afn:now()? Currently, the format looks like this: 2015-10-14T11:50:34.583+02:00 Could this be changed to, for instance, the following format: 2015-10-14T11:50+02:00 In other words: It should only display minutes and omit seconds and milliseconds. Is this possible, or should this be done by the application which processes the query results? Thank you very much. [1] https://jena.apache.org/documentation/query/library-function.html
