Skip to content

Split date and time format in settings and fix formatting - #806

Merged
correct-horse-battery-bench merged 5 commits into
masterfrom
2064-bug-weird-time-formatting-settings-in-ui-config-menu
Aug 13, 2026
Merged

Split date and time format in settings and fix formatting#806
correct-horse-battery-bench merged 5 commits into
masterfrom
2064-bug-weird-time-formatting-settings-in-ui-config-menu

Conversation

@correct-horse-battery-bench

@correct-horse-battery-bench correct-horse-battery-bench commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Date and time format were previously combined as one setting which should be configurable separately.
Also the call site where we display a time should specify which precision is used instead of the global ui settings as depending on where we format a time a different precision (minutes, seconds) is needed.
In addition, the formatting function which was custom written had errors and was replaced with a library date and time formatting function.

See issue description for more details.

Issue: hashtopolis/server#2064

@correct-horse-battery-bench correct-horse-battery-bench changed the title 2064 bug weird time formatting settings in UI config menu Split date and time format in settings and fix formatting Aug 11, 2026
@correct-horse-battery-bench
correct-horse-battery-bench marked this pull request as ready for review August 11, 2026 09:50
novasam23
novasam23 previously approved these changes Aug 11, 2026
…-formatting-settings-in-ui-config-menu

# Conflicts:
#	src/app/core/_components/tables/users-table/users-table.component.ts
@correct-horse-battery-bench
correct-horse-battery-bench merged commit 04d7d27 into master Aug 13, 2026
3 checks passed
@correct-horse-battery-bench
correct-horse-battery-bench deleted the 2064-bug-weird-time-formatting-settings-in-ui-config-menu branch August 13, 2026 09:27
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.

[BUG]: Weird time formatting settings in ui config menu

2 participants