MantisBT - VTK
View Issue Details
0007297VTK(No Category)public2008-07-07 09:492016-08-12 09:55
Jeff Baumes 
Jeff Baumes 
normalminoralways
closedmoved 
 
 
0007297: date/time not read from MySQL drivers correctly
There is a bug in the VTK MySQL drivers (and possibly others). The ideal situation would be that date/time fields get encoded as a vtkTypeUInt64 (which is typedef-ed to a C++ basic type), which stores the number of milliseconds from midnight (for time-of-day) or number of milliseconds from an epoch time (for date or date+time). This special "VTK-time" encoding may be decoded by vtkTimePointUtility or vtkTimePointToString.

A short-term solution would be to just return the values as strings from the database, which the application can parse as necessary.
No tags attached.
Issue History
2008-07-07 09:49Jeff BaumesNew Issue
2008-07-07 09:49Jeff BaumesStatusbacklog => tabled
2008-07-07 09:49Jeff BaumesAssigned To => Jeff Baumes
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0036997
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved

Notes
(0036997)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.