Activity log for bug #1919456

Date Who What changed Old value New value Message
2021-03-17 12:08:17 rasmuslerdorf bug added bug
2021-04-07 13:23:36 rasmuslerdorf description If the clock applet does not display seconds, then it updates its time every minute. This will result in displayed times that are wrong up to one minute. In the worst case, the initialization happened on the 59-th second, so it almost always shows the wrong minute. How to fix: Change that the updating interval is the same as if it was displaying seconds. If the clock applet does not display seconds, then during runtime, it can go wrong up to one minute. It will update its display time every 1 minute. At startup it will update its time at between the 00 and 01 seconds every minute. After running some time, it will change to updating its time in the middle or towards the end of a minute. In the worst case, it will update the time on the 59-th second, so it almost always shows the wrong minute. How to fix: Change that the updating interval is the same as if it was displaying seconds.