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

Issue for non-english locales #51

Closed
fpaparoni opened this issue Jun 19, 2018 · 4 comments
Closed

Issue for non-english locales #51

fpaparoni opened this issue Jun 19, 2018 · 4 comments
Labels

Comments

@fpaparoni
Copy link
Contributor

Computers running on non-English locales may run in to a

com.microsoft.azure.cosmosdb.DocumentClientException: The input date header is invalid format. Please pass in RFC 1123 style date format.

Setting a locale

Locale.setDefault(Locale.US);

solves the problem. This is like another issue in a related library

@moderakh
Copy link
Contributor

moderakh commented Jun 19, 2018

@fpaparoni thanks for reporting this.
Would you be interested in sending a PR for fixing this?

@fpaparoni
Copy link
Contributor Author

I created a PR #52 for this

@moderakh
Copy link
Contributor

Thanks @fpaparoni.
I merged the PR. It will be in the next release.

I leave this issue open till we do a release.

@moderakh moderakh added the bug label Aug 7, 2018
@moderakh
Copy link
Contributor

fixed in 2.0.1 release which got published to maven minutes ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants