bugraoz93 commented on code in PR #64083:
URL: https://github.com/apache/airflow/pull/64083#discussion_r2976860088


##########
dev/README_RELEASE_PROVIDERS.md:
##########
@@ -583,7 +583,7 @@ email.
 export VOTE_DURATION_IN_HOURS=72
 export IS_SHORTEN_VOTE=$([ $VOTE_DURATION_IN_HOURS -ge 72 ] && echo "false" || 
echo "true")
 export SHORTEN_VOTE_TEXT="This is a shortened ($VOTE_DURATION_IN_HOURS hours 
vote) as agreed by policy set it 
https://lists.apache.org/thread/cv194w1fqqykrhswhmm54zy9gnnv6kgm";
-export VOTE_END_TIME=$(LANG=en_US.UTF-8 TZ=UTC date 
-v+"${VOTE_DURATION_IN_HOURS}"H "+%B %d, %Y %H:%M %p")
+export VOTE_END_TIME=$(date --utc -d "now + $VOTE_DURATION_IN_HOURS hours + 10 
minutes" +'%Y-%m-%d %H:%M')

Review Comment:
   Works in linux (deb). Maybe we can utilise `uname` and execute accordingly



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