Opened 14 years ago

Closed 14 years ago

#634 closed defect (fixed)

Date time issues in FDO and SQLite

Reported by: romicadascalescu Owned by: romicadascalescu
Priority: major Milestone: 3.6.0
Component: FDO API Version: 3.5.0
Severity: 3 Keywords:
Cc: External ID:

Description

  • In FDO managed side we are losing milliseconds value when conversions are

made between FdoDateTime and System::DateTime.

  • SQLite adds an additional 0 in the date time to string conversion generating

wrong values for 10.00 seconds

Change History (1)

comment:1 by romicadascalescu, 14 years ago

Resolution: fixed
Status: newclosed
  • 1) Fixed by adding the milliseconds in conversion functions
  • 2) Fixed by replace %s%0.3f with %06.3f
Note: See TracTickets for help on using tickets.