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

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

spmallette commented on a change in pull request #1293:
URL: https://github.com/apache/tinkerpop/pull/1293#discussion_r438045632



##########
File path: gremlin-python/pom.xml
##########
@@ -311,7 +311,7 @@ limitations under the License.
                                             <fileset dir="src/main/jython"/>
                                         </copy>
                                         <!-- print versions of python and 
virtualenv -->
-                                        <exec 
dir="${project.build.directory}/python2" executable="python2"
+                                        <exec 
dir="${project.build.directory}/python2" executable="python"

Review comment:
       I think I'd like to keep the same assumptions we've always had about 
local dev environments as we're deep into 3.4.x at this point and python2 is 
gone in 3.5.0. Do you mind reverting this change and doing a alias or something 
in your environment locally to accommodate this configuration?




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

For queries about this service, please contact Infrastructure at:
[email protected]


> Gremlin Python should deserialize g:Date to UTC
> -----------------------------------------------
>
>                 Key: TINKERPOP-2264
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2264
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: python
>    Affects Versions: 3.3.7
>            Reporter: Stephen Mallette
>            Assignee: Stephen Mallette
>            Priority: Critical
>             Fix For: 3.3.8, 3.4.3, 3.5.0
>
>
> {{g:Date}} seems to be written assuming UTC by Jackson, but Python 
> deserializes with local timezone. First mentioned here:
> https://groups.google.com/d/msg/gremlin-users/KqBgsVhXtjs/NvGUrDxEAQAJ



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to