realradical commented on a change in pull request #8875:
URL: https://github.com/apache/airflow/pull/8875#discussion_r426297022
##########
File path: airflow/www/forms.py
##########
@@ -82,7 +82,8 @@ class DagRunForm(DynamicForm):
widget=Select2Widget())
execution_date = DateTimeField(
lazy_gettext('Execution Date'),
- widget=AirflowDateTimePickerWidget())
+ widget=AirflowDateTimePickerWidget(),
+ format='%Y-%m-%d %H:%M:%S%z')
Review comment:
@ashb created a custom field and use Pendulum now. Please check.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]