[
https://issues.apache.org/jira/browse/JENA-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314804#comment-15314804
]
ASF GitHub Bot commented on JENA-508:
-------------------------------------
GitHub user ales004 opened a pull request:
https://github.com/apache/jena/pull/148
JENA-508: implemented fn:adjust-datetime-to-timezone and
fn:adjust-date-to-timezone
I implemented two new XPath 3 functions: fn:adjust-datetime-to-timezone and
fn:adjust-date-to-timezone. I used the examples of the specification for the
tests + I decided to implement both using the same underlying function as it
seems to me that in jena there is no distinction between date and datetime
(both are using the same object).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ales004/jena master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/148.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #148
----
commit da73e967b19f00f4d5f8b245079b9894331715db
Author: ales004 <[email protected]>
Date: 2016-05-29T17:13:47Z
First implementation of fn:adjust-dateTime-to-timezone.
commit 807d50feff9b300e81253e3306778863f78444c1
Author: ales004 <[email protected]>
Date: 2016-05-29T17:33:42Z
Add the error conditions.
commit 8de4216c0cb96f098a84d765db6cf1bf3e2b3956
Author: ales004 <[email protected]>
Date: 2016-05-29T21:04:25Z
Implemented adjust-date-to-timezone
commit d786344dca85fcedeaa43ae7b211621fa9998afc
Author: ales004 <[email protected]>
Date: 2016-06-03T18:43:31Z
Merge remote-tracking branch 'upstream/master'
commit 77ddf08758c37efc15410e938b65e3d379f83dd8
Author: ales004 <[email protected]>
Date: 2016-06-03T18:53:02Z
Simplified the checking of the input timezone.
commit 5dcb82b67a20e56d1e9476e34c288b36eec69152
Author: ales004 <[email protected]>
Date: 2016-06-03T19:00:18Z
Reverted changes made to the dtGetTimezone function.
----
> Add support for XPath 3 Functions
> ---------------------------------
>
> Key: JENA-508
> URL: https://issues.apache.org/jira/browse/JENA-508
> Project: Apache Jena
> Issue Type: Improvement
> Components: ARQ
> Reporter: Rob Vesse
> Assignee: Alessandro Seganti
> Labels: gsoc, gsoc2015
>
> XPath 3 is now a Candidate Recommendation -
> http://www.w3.org/TR/xpath-functions-30/
> It contains many new functions and operators (particularly in the
> mathematical space) which we should consider adding into future versions of
> ARQ.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)