alamb commented on code in PR #37985:
URL: https://github.com/apache/arrow/pull/37985#discussion_r1343828194


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

Review Comment:
   I double checked  that this command generates the correct date format:
   
   ```shell
   $ LC_TIME=C date "+%Y-%m-%d"
   2023-10-03
   ```



-- 
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]

Reply via email to