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

Add support for '%F' date format specifier #1782

Merged
merged 2 commits into from Apr 1, 2019

Commits on Mar 31, 2019

  1. Remove dead code

    mbudde committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    3d7b233 View commit details
    Browse the repository at this point in the history
  2. Add support for '%F' date format specifier

    '%F' is equivalent to '%Y-%m-%d'. Using the '%F' format without this
    change this would not give any hard errors but instead give dates with
    wrong years because the 'has_year' trait would not be correctly
    detected and thus parsed dates would get set to the current year.
    
    Fixes ledger#1775
    mbudde committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    a75e02b View commit details
    Browse the repository at this point in the history