You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
tty-clock/ttyclock.c
Line 256 in f2f847c
The text was updated successfully, but these errors were encountered: