You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/05/01 02:35:51 UTC

[GitHub] [airflow] XD-DENG commented on issue #5218: [AIRFLOW-4447] Display task duration as human friendly format in UI

XD-DENG commented on issue #5218: [AIRFLOW-4447] Display task duration as human friendly format in UI
URL: https://github.com/apache/airflow/pull/5218#issuecomment-488180956
 
 
   @pingzh  Something similar to 
   ```python
   import datetime
   print("{:0>8}".format(str(datetime.timedelta(seconds=620007))))
   ```
   may make the implementation here simpler? So that you only need to change `airflow/www/views.py`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services