You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/01 14:07:00 UTC

[jira] [Commented] (TINKERPOP-1745) Gremlin .NET: Use DateTimeOffset instead of DateTime to represent g:Date

    [ https://issues.apache.org/jira/browse/TINKERPOP-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274438#comment-16274438 ] 

ASF GitHub Bot commented on TINKERPOP-1745:
-------------------------------------------

GitHub user jorgebay opened a pull request:

    https://github.com/apache/tinkerpop/pull/762

    TINKERPOP-1745 Gremlin.Net: Use DateTimeOffset for g:Date and g:Timestamp

    https://issues.apache.org/jira/browse/TINKERPOP-1745
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1745

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/762.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #762
    
----
commit f1153077546bc1226309e1d04273e7912a744532
Author: Jorge Bay Gondra <jo...@gmail.com>
Date:   2017-12-01T14:04:26Z

    Gremlin.Net: Use DateTimeOffset for g:Date and g:Timestamp

----


> Gremlin .NET: Use DateTimeOffset instead of DateTime to represent g:Date
> ------------------------------------------------------------------------
>
>                 Key: TINKERPOP-1745
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1745
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: dotnet
>    Affects Versions: 3.2.5
>            Reporter: Jorge Bay
>
> {{DateTimeOffset}} structure unambiguously identifies a single point in time, unlike {{DateTime}} which contains calendar information.
> I think we should use {{DateTimeOffset}} for the default representation of g:Date.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)