Skip to content

Leading zero is always output, even for 12-hour display #110

@majick

Description

@majick

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions