File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
app/databrowser/src/main/java/org/csstudio/trends/databrowser3/export Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ protected void printExportInfo(final PrintStream out)
5555 {
5656 super .printExportInfo (out );
5757 out .println (comment + "Format : " + formatter .toString ());
58- out .println (comment );
59- out .println (comment + "Data is in TAB-delimited columns, for import into e.g. Excel." );
60- out .println (comment + "The 'Time' column contains values like '2018-02-04 21:58:47.065'." );
61- out .println (comment + "In your spreadsheet program, a custom column format like" );
62- out .println (comment + " 'yyyy-mm-d h:mm:ss.000'" );
63- out .println (comment + "might be required to show the full timestamp detail." );
58+ out .println (comment + "Spreadsheet: TAB-delimited import and format time as yyyy-mm-d h:mm:ss.000" );
6459 out .println ();
6560 }
6661
You can’t perform that action at this time.
0 commit comments