feat(web): add configurable datetime format preference#1623
Open
scarf005 wants to merge 4 commits intobinwiederhier:mainfrom
Open
feat(web): add configurable datetime format preference#1623scarf005 wants to merge 4 commits intobinwiederhier:mainfrom
scarf005 wants to merge 4 commits intobinwiederhier:mainfrom
Conversation
Introduce persisted date/time format preference values and extend date formatting helpers to support locale and ISO 8601 modes. Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> Assisted-by: openai/gpt-5.3-codex on opencode
Read the stored datetime display mode in web UI surfaces and consistently format notification, account, token, and upgrade dates using the selected mode. Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> Assisted-by: openai/gpt-5.3-codex on opencode
Add English translation keys for the new date and time format preference and its available options. Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> Assisted-by: openai/gpt-5.3-codex on opencode
Validate persisted datetime format values before use and make test message timestamp formatting honor the active app language in locale mode. Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> Assisted-by: openai/gpt-5.3-codex on opencode
Owner
|
It is not clear to me why this is necessary. Chrome and Firefox on Android and on desktop do not have a setting like this? Do they display time correctly in your locale? I don't really want this to be a thing. It seems that this should be automatically use the system's data format locale? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves #1507
Testing
related: binwiederhier/ntfy-android#162