Version: 1.1.0_beta1 (using KDE KDE 3.4.0) OS: Linux Sometimes, when displaying an x (or y) axis that is interpreted as time, such that it is in base and offset mode, the seconds will be at 60, instead of 00. For example, it will say: "2005-05-01 21:29:60 [minutes]" instead of 21:30:00. It is expected that kst will follow clock-like conventions for displaying time.
This *might* be triggered by a floating point ctime. We just started using floating point ctimes for greater time precision and display, since our sample rate is higher than 1 Hz.
Fixed round off problems.