-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
kind/questionSomething requiring a response.Something requiring a response.status/more-info-neededThe issue has been sent back to the reporter asking for clarificationsThe issue has been sent back to the reporter asking for clarifications
Description
What am I trying to do?
- Saving a string that contains iso date information (i.e. "8888-01-01") as string predicate in dgraph using the json mutation format
What is happening?
- The string is parsed as dateTime and saved as dateTime string, i.e. 8888-01-02T00:00:00Z
What would I expect?
- The string should not be parsed and should be saved as is "8888-01-01".
The problem does not seem to occur if the predicate is updated from ratel using the rdf n-quad format.
Metadata
Metadata
Assignees
Labels
kind/questionSomething requiring a response.Something requiring a response.status/more-info-neededThe issue has been sent back to the reporter asking for clarificationsThe issue has been sent back to the reporter asking for clarifications