Skip to content

Apply date formatting to temporal fields in object formatters#7807

Merged
acwhite211 merged 1 commit intomainfrom
issue-7805
Mar 12, 2026
Merged

Apply date formatting to temporal fields in object formatters#7807
acwhite211 merged 1 commit intomainfrom
issue-7805

Conversation

@acwhite211
Copy link
Copy Markdown
Member

@acwhite211 acwhite211 commented Mar 12, 2026

Fixes #7805

Fix formatted query dates showing timestamps, by applying date formatting to temporal fields in object formatters.

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add pr to documentation list

Testing instructions

  • Go to any new DB
  • Create a new table format on any table with a date field (i.e. CO)
  • Add a date field and save
  • Query with the same base table as the table format
  • Select formatted
  • See that the dates are formatted correctly in the query results

Copy link
Copy Markdown
Collaborator

@emenslin emenslin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • See that the dates are formatted correctly in the query results

Looks good!

Image

@emenslin emenslin requested a review from a team March 12, 2026 17:20
Copy link
Copy Markdown
Contributor

@Iwantexpresso Iwantexpresso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • See that the dates are formatted correctly in the query results
    Nice!

@Iwantexpresso Iwantexpresso requested a review from a team March 12, 2026 18:01
@acwhite211 acwhite211 merged commit 054c546 into main Mar 12, 2026
14 checks passed
@acwhite211 acwhite211 deleted the issue-7805 branch March 12, 2026 18:03
@github-project-automation github-project-automation bot moved this from 📋Back Log to ✅Done in General Tester Board Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅Done

Development

Successfully merging this pull request may close these issues.

Including dates in table formats adds timestamps on new DB

4 participants