github-actions[bot] opened a new pull request, #59810:
URL: https://github.com/apache/airflow/pull/59810

   The help text for --start-date and --end-date arguments only
   documented the YYYY-MM-DD format, but the actual implementation
   uses pendulum.parse() which accepts a much wider variety of formats.
   
   This commit updates the help text to accurately document the
   commonly used formats:
   - YYYY-MM-DD (date only)
   - YYYY-MM-DDTHH:MM:SS (datetime)
   - YYYY-MM-DDTHH:MM:SSHH:MM (datetime with timezone, ISO 8601)
   
   The help text also references pendulum.parse() to indicate that
   additional formats are supported, improving clarity for users.
   (cherry picked from commit c3824f27001994d67bf7c4ee31ada43119ebbff0)
   
   Co-authored-by: Arunodoy Banerjee <[email protected]>
   Fixes: Incomplete documentation of date format options


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