Exporting data from simple chart

I have a table in a database with a column for temperature and a column for time. Selections from this table are plotted on an Easy Chart component. When the save button is clicked, the data exported does not use the complete timestamp. The seconds are left off.

How can I manipulate the exported data to include the complete timestamp?

Allow me to gracefully retract this question. I found my error.

can you post the solution. I have the same issue and just havent gotten around to trying to find what was going on.

Select the cells in question, right click on selected cells and click format cells. The field labeled “type” reads “m/d/yyyy h:mm” by default. Modify the entry to match the following format: m/d/yyyy h:mm:ss".