raulcd opened a new pull request, #33881: URL: https://github.com/apache/arrow/pull/33881
### Rationale for this change When executing the post website update `$ dev/release/post-03-website.sh 10.0.0 11.0.0` the locale on the site was wrong: ``` $ LANG=C date "+%-d %B %Y" 26 enero 2023 ``` ### What changes are included in this PR? The following fixed it: ``` $ LANG=C LC_TIME=C date "+%-d %B %Y" 26 January 2023 ``` ### Are these changes tested? Locally ### Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
