Changes between Version 9 and Version 12 of Ticket #1512


Ignore:
Timestamp:
Sep 29, 2010, 9:12:09 AM (14 years ago)
Author:
Nicklas Nordborg
Comment:

It seems like the table exporter has some issues with timestamps. Added item 9 to the ticket description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1512 – Description

    v9 v12  
    77 5. There are probably some effects also on the plug-in api since the `Type` enumeration and `ParameterValues` class are used by plug-in parameters as well. I'll have to investigate the effect and maybe add a specific ticket for adding datetime support to the plug-in system if the work required is substantial.
    88 6. There may be similar effects on "extendable" classes (eg. reporters, users and raw data).
    9  8. Update the annotation importer so that it can import timestamp values. I am not really sure how it handles date values right now. It may work if the date values are in `yyyy-MM-dd` format, but it has no support for specifying a different format.
     9 7. Update the annotation importer so that it can import timestamp values. I am not really sure how it handles date values right now. It may work if the date values are in `yyyy-MM-dd` format, but it has no support for specifying a different format.
    1010 8. Check and update documentation
    11  9. More...?
     11 9. The table exporter seems to remove time information from timestamp columns.
     12 10. More...?