We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02e1d3 commit 4d7ababCopy full SHA for 4d7abab
src/js/clock.js
@@ -34,7 +34,7 @@ var clock = (function(){
34
if(!state.get().header.clock.hour24.show&&timeDateNow.hours()>12){
35
timeStrings.hours=timeStrings.hours-12;
36
};
37
-timeStrings.hours=helper.toWords(timeDateNow.hours());
+timeStrings.hours=helper.toWords(timeStrings.hours);
38
if(state.get().header.clock.hour24.show&&timeDateNow.hours()>0&&timeDateNow.hours()<10){
39
timeStrings.hours="Zero "+timeStrings.hours;
40
0 commit comments