You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2014/12/02 19:15:13 UTC

[jira] [Created] (CASSANDRA-8407) cqlsh: handle timestamps outside of 1970 - 2038 range

Tyler Hobbs created CASSANDRA-8407:
--------------------------------------

             Summary: cqlsh: handle timestamps outside of 1970 - 2038 range
                 Key: CASSANDRA-8407
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8407
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: Tyler Hobbs
            Assignee: Tyler Hobbs
            Priority: Minor


Currently, cqlsh can't handle {{timestamp}} values that fall outside of the 1970 - 2038 range due to a python limitation with {{utcfromtimestamp()}}.  This is being addressed by [PYTHON-198|https://datastax-oss.atlassian.net/browse/PYTHON-189] in the python driver.  Once that's complete, we should update the bundled python driver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)