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

Custom date/time patterns #2

Open
zbraniecki opened this issue Sep 16, 2022 · 2 comments
Open

Custom date/time patterns #2

zbraniecki opened this issue Sep 16, 2022 · 2 comments

Comments

@zbraniecki
Copy link
Collaborator

One of the most common scenarios is that the user customized their date/time short/medium/long/full pattern in MacOS/Windows preferences.

The decision to use Unicode Extension Keys for conveying the information (you call it "BCP47" which is inaccurate) makes it hard to extend to this use case.

@romulocintra
Copy link
Owner

Do you have any suggestions other than 'Unicode Extension Keys' ?

@sffc
Copy link
Collaborator

sffc commented Sep 20, 2022

I think it may be useful to return data serialized as either text/json or application/x-www-form-urlencoded, whichever is more appropriate in this context.

I do think we should stick with BCP-47 compatibile options, but I think we should spec this out in a way that non-BCP-47 options are able to be supported.

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

No branches or pull requests

3 participants