xiazcy opened a new pull request, #2776: URL: https://github.com/apache/tinkerpop/pull/2776
In light of the recently discussed [updates](https://lists.apache.org/thread/q7h5yzd2r064lv82njbmt6lmty4s24y7) to V4 IO spec, `DateTime` is the new serialized type for `Date`, and is based off of the previous `OffsetDateTime`. This PR updates the Java and Python serializers to align with the new spec, as well as the Gremlin Core components that used to use the Java `Date` objet and is now the `OffsetDateTime`. This PR also includes removal of serializers that will no longer be in the TP4 I/O spec. -- 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]
