If you specify a custom Time/Date format for display on the X-axis this is not saved/reloaded properly. To reproduce the bug: 1. Create new plot 2. Select X-Axis format as "Standard C time", display as "Formatted String" and choose format "dd.MM.yy hh:mm" 3. The value is properly formatted: "31.12.69 23:59 [Seconds]" (btw: shouldn't it be "01.01.1970 0:00"?) 4. Save as somewhere 5. Open file (with or without restarting the program) 6. The value is improperly formatted as "23:59:59.990 [Seconds]" and the Time/Date format is set to "hh:mm:ss.zzz"
Appears fixed in 2.0.8
I think this bug is still (or again) present. I just reproduced it in 2.0.8 and 2.0.x-2016.09.26-03.01 (win32 binary download), on OS windows 8.1.
Created attachment 101693 [details] Suggested Patch for Bug
I just saw the bug was fixed, thanks!