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

Feature/update timezone and locale #989

Merged
merged 3 commits into from
Feb 10, 2022

Commits on Feb 9, 2022

  1. Show resulting diff from black when formating is wrong

    When black complains about formating, show what is wrong
    so we can fix it.
    
    otherwise use: `tox -e format`.
    lavigne958 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    113e581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0ca244 View commit details
    Browse the repository at this point in the history
  3. Get/Update timezone and locale properties

    Add new properties to read the timezone and the locale
    of the current spreadsheet.
    
    Add new method to update the timezone and the locale
    of the current spreadsheet.
    
    These settings have an effect on the way date etc are rendered.
    
    closes #703
    lavigne958 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    9453b1a View commit details
    Browse the repository at this point in the history