Skip to content

Support non-UTC timezones for metrics operations#6344

Merged
nscuro merged 1 commit into
DependencyTrack:mainfrom
nscuro:issue-6341
Jun 10, 2026
Merged

Support non-UTC timezones for metrics operations#6344
nscuro merged 1 commit into
DependencyTrack:mainfrom
nscuro:issue-6341

Conversation

@nscuro

@nscuro nscuro commented Jun 10, 2026

Copy link
Copy Markdown
Member

Description

Supports non-UTC timezones for metrics operations.

Historically we implicitly assumed UTC (and configured our container images explicitly that way). But it turns out users want to customize the timezone used by the application, which makes the implicit assumptions fall apart, in particular WRT metrics and their partition maintenance.

This change makes the UTC-ness of metrics operations explicit, which allows the application to be set to arbitrary timezones and still function as intended.

Also addresses other code locations that implicitly relied on UTC and made that expectation explicit.

Addressed Issue

Closes #6341

Additional Details

Docs PR: DependencyTrack/docs#152

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly
  • This PR is a substantial change (per the ADR criteria), and I have added an ADR under docs/adr/

@nscuro nscuro added this to the 5.1 milestone Jun 10, 2026
@nscuro nscuro added the enhancement New feature or request label Jun 10, 2026
@owasp-dt-bot

owasp-dt-bot commented Jun 10, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codacy-production

codacy-production Bot commented Jun 10, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 4 complexity · -2 duplication

Metric Results
Complexity 4
Duplication -2

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@nscuro nscuro added backport/5.0.1 defect Something isn't working and removed enhancement New feature or request labels Jun 10, 2026
Historically we implicitly assumed UTC (and configured our container images explicitly that way). But it turns out users want to customize the timezone used by the application, which makes the implicit assumptions fall apart, in particular WRT metrics and their partition maintenance.

This change makes the UTC-ness of metrics operations explicit, which allows the application to be set to arbitrary timezones and still function as intended.

Also addresses other code locations that implicitly relied on UTC and made that expectation explicit.

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro merged commit 10e9669 into DependencyTrack:main Jun 10, 2026
16 checks passed
@nscuro nscuro deleted the issue-6341 branch June 10, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

defect Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed to execute init task database-partition-maintenance: partition "PROJECTMETRICS_.." would overlap partition "PROJECTMETRICS_..."

2 participants