Solved. Probably clock plugin was updated at some point, because previously I had a format set as and all worked like it should
Today I noticed that it displays wrong time - correct hours but wrong minutes.
Digging further took me to a solution:
for 12-hour clock or
for the 24-hour view
Code:
%H:%m, %a, %b %d %Y
Today I noticed that it displays wrong time - correct hours but wrong minutes.
Digging further took me to a solution:
Code:
%I:%M %p, %a, %b %d %Y
Code:
%I:%M, %a, %b %d %Y
Statistics: Posted by in_sympathy — Thu Apr 04, 2024 10:55 pm