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


##########
dev/archery/archery/templates/email_workflow_report.txt.j2:
##########
@@ -20,7 +20,7 @@
 {%- endif -%}
 From: {{ sender_name }} <{{ sender_email }}>
 To: {{ recipient_email }}
-Subject: [NIGHTLY] Arrow Build Report for {{ report.name }}: {{ 
report.failed_jobs() | length }} failed
+Subject: [{{ report.datetime.strftime('%d/%m/%Y') }}] Arrow Build Report for 
{{ report.name }}: {{ report.failed_jobs() | length }} failed

Review Comment:
   How about using ISO 8601 format?
   
   https://en.wikipedia.org/wiki/ISO_8601#Calendar_dates
   
   ```suggestion
   Subject: [{{ report.datetime.strftime('%Y-%m-%d') }}] Arrow Build Report for 
{{ report.name }}: {{ report.failed_jobs() | length }} failed
   ```



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