Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix locale formatting for %c and %r #1058

Closed
wants to merge 10 commits into from
Closed

Commits on May 11, 2023

  1. test: locale's datetime and 12 hour clock time

    `%c`: did not take account of `%x` and `%X`
    `%r`: did not use locale's format and used `%I:%M:%S %p`
    scarf005 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2eff967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f57e46c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f30fa View commit details
    Browse the repository at this point in the history
  4. fix: make %r use locale's 12 hour clock time

    feature parity with gnu date
    scarf005 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    dcbff85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14534b7 View commit details
    Browse the repository at this point in the history
  6. style: rearrange StrftimeItems field

    t_fmt_ampm should be lower than t_fmt
    scarf005 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c9caa2b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    55fbdc5 View commit details
    Browse the repository at this point in the history
  2. refactor: replace deprecated methods with new ones

    Co-authored-by: Paul Dicker <[email protected]>
    scarf005 and pitdicker committed May 12, 2023
    Configuration menu
    Copy the full SHA
    15593ec View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    cfe4570 View commit details
    Browse the repository at this point in the history
  2. docs: grammar and syntax fixes

    * docs: missing `a`
    
    * docs: more descriptive link
    scarf005 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    9dfa7b0 View commit details
    Browse the repository at this point in the history