Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Force short date pattern to use yyyy on Linux #18316

Merged
merged 2 commits into from
Jun 7, 2018

Commits on Jun 5, 2018

  1. Force short date pattern to use yyyy on Linux

    The default pattern we get is using yy which causes the years  to be displayed  as 2 digits. This is not acceptable for many users. The fix here is to force 4-digit year as a default and still keep the original pattern which has 2-digits year in the optional list
    tarekgh committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    b96639b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Address the review feedback

    tarekgh committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    9fed283 View commit details
    Browse the repository at this point in the history