Our MySQL database tables contains datetime fields captures up to milliseconds, We are able to display up to seconds but we are unable to display milliseconds. Though we can use toString() function to display, exported files have the issues with the datetime fields.
What can we do to display in date format up to milliseconds and exported files should also populate in the same format?
Yeah. When I open that in text file that is showing me correct values, may be problem with reading on excel. But displaying up to milliseconds with out using toString() function is still problem. Thank you.
Has this still not been fixed? I have timestream data being used in a dashboard that goes down to the millisecond, but all data shows as .000 for the millisecond portion