spmallette commented on code in PR #3303:
URL: https://github.com/apache/tinkerpop/pull/3303#discussion_r2787651749
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/GremlinValueComparator.java:
##########
@@ -241,7 +240,7 @@ public enum Type {
Nulltype,
Boolean (Boolean.class),
Number (Number.class),
- Date (Date.class),
+ Date (OffsetDateTime.class),
Review Comment:
i thought of that too - i think this is probably a point of documentation
for now. not even sure i'd create a jira for it atm
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]