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

Use an unambiguous format for dates. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 2, 2019

  1. Use an unambiguous format for dates.

    Use month abbreviations instead of numeric months, since day-of-week
    abbreviation is already locale-dependent anyway.  Putting the day-of-month
    before the month abbreviation avoids the need for a comma after the
    day-of-week.
    
    Resolves monkbroc#5.
    timparenti committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    6b62fa6 View commit details
    Browse the repository at this point in the history