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 #10754 add option for not using UTC for date formats in FeatureEditor #10760

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MV88
Copy link
Contributor

@MV88 MV88 commented Jan 16, 2025

Description

add option for not using UTC for date formats in FeatureEditor

{
  "name": "FeatureEditor",
  "cfg": {
    "dateFormats": {
      "date-time": "DD/MM/YYYY HH:mm:ss",
      "date": "DD/MM/YYYY",
      "time": "HH:mm:ss"
    },
    "useUTCOffset": false
  }
}

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

What is the current behavior?

Fix #10754

What is the new behavior?

it will be possible to show dates and edit dates with current timezone if date formats

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

@MV88 MV88 added this to the 2025.01.00 milestone Jan 16, 2025
@MV88 MV88 self-assigned this Jan 16, 2025
@tdipisa tdipisa requested a review from allyoucanmap January 16, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Attribute Table is currently working in UTC by default, we want to customize this behaviour
1 participant