andreachild commented on code in PR #3090:
URL: https://github.com/apache/tinkerpop/pull/3090#discussion_r2032142402


##########
gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphBinary/DataType.cs:
##########
@@ -78,6 +78,7 @@ public class DataType : IEquatable<DataType>
         // TODO: Support metrics and traversal metrics
         public static readonly DataType Char = new DataType(0x80);
         public static readonly DataType Duration = new DataType(0x81);
+        public static readonly DataType OffsetDateTime = new DataType(0x88);

Review Comment:
   Just wondering why `OffsetDateTime` was not previously supported as a type 
for .NET? This PR does not add the type to TInkerPop, only changes the default 
date type.



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