Cole-Greer commented on code in PR #3090:
URL: https://github.com/apache/tinkerpop/pull/3090#discussion_r2038261402


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/DatetimeHelper.java:
##########
@@ -93,45 +97,41 @@ public static String format(final Instant d) {
      * </ul>>
      *
      */
-    public static Date parse(final String d) {
+    public static OffsetDateTime parse(final String d) {

Review Comment:
   Wow, I'm shocked that 
[OffsetDateTime.parse(String)](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html#parse-java.lang.CharSequence-)
 cannot handle any ISO8601 compliant String. I guess that's not the case.



-- 
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]

Reply via email to