We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently rdflib implementation of NOW() returns a datetime in the server local timezone without specifying it in the literal string. This is not what the SPARQL specification suggests: https://www.w3.org/TR/2013/REC-sparql11-query-20130321/#func-now
NOW()
The NOW() function should probably be changed to return a date time with a timezone
The text was updated successfully, but these errors were encountered:
Makes NOW() return an UTC date
b997e62
Closes RDFLib#843
c459bef
73acf08
No branches or pull requests
Currently rdflib implementation of
NOW()
returns a datetime in the server local timezone without specifying it in the literal string. This is not what the SPARQL specification suggests: https://www.w3.org/TR/2013/REC-sparql11-query-20130321/#func-nowThe
NOW()
function should probably be changed to return a date time with a timezoneThe text was updated successfully, but these errors were encountered: