The large clock always outputs leading zero, even when 12 hour display is selected. In the United States it is customary to omit this digit when displaying the time in 12-hour format. Most users in this region expect the time to look like '%l:%M %p
This line should be conditional on 24-hour mode or a value >9.
|
draw_number(ttyclock.date.hour[0], 1, 1); |
The large clock always outputs leading zero, even when 12 hour display is selected. In the United States it is customary to omit this digit when displaying the time in 12-hour format. Most users in this region expect the time to look like
'%l:%M %pThis line should be conditional on 24-hour mode or a value >9.
tty-clock/ttyclock.c
Line 256 in f2f847c