kou commented on code in PR #33881:
URL: https://github.com/apache/arrow/pull/33881#discussion_r1088504464


##########
dev/release/post-03-website.sh:
##########
@@ -57,7 +57,7 @@ else
 fi
 
 export TZ=UTC
-release_date=$(LANG=C date "+%-d %B %Y")
+release_date=$(LANG=C LC_TIME=C date "+%-d %B %Y")

Review Comment:
   Can we remove `LANG=C`?
   
   ```suggestion
   release_date=$(LC_TIME=C date "+%-d %B %Y")
   ```



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to