Changes between Initial Version and Version 1 of Ticket #4783, comment 6


Ignore:
Timestamp:
Nov 24, 2014, 10:01:01 PM (9 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4783, comment 6

    initial v1  
    11Unfortunately, although an import with a changetime column is successful, it is then impossible to view the ticket, and the following traceback is produced:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 497, in _dispatch_request
     
    1717    return _epoc + timedelta(microseconds=ts or 0)
    1818TypeError: unsupported type for timedelta microseconds component: unicode
     19}}}