Skip to content
New issue

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

Eq doesn't work with datetime #2219

Closed
janardhan1993 opened this issue Mar 13, 2018 · 0 comments
Closed

Eq doesn't work with datetime #2219

janardhan1993 opened this issue Mar 13, 2018 · 0 comments
Assignees
Labels
kind/bug Something is broken.

Comments

@janardhan1993
Copy link
Contributor

janardhan1993 commented Mar 13, 2018

  set {
  <_:a> <abc> "2018-03-12T14:52:12-07:00"^^<xs:dateTime> .
}
}```

followed by 

```{
    get(func:eq(abc,"2018-03-12T14:52:12-07:00")) {
        uid,
    name
    }
}```

doesn't return anything.
@janardhan1993 janardhan1993 self-assigned this Mar 13, 2018
@janardhan1993 janardhan1993 added the kind/bug Something is broken. label Mar 13, 2018
@manishrjain manishrjain added the kind/bug Something is broken. label Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

2 participants