Barski-lab / cwl-airflow

Python package to extend Airflow functionality with CWL1.1 support
https://barski-lab.github.io/cwl-airflow
Apache License 2.0
185 stars 32 forks source link

Job does not start right away if the system is not in UTC time. #21

Closed shubham-padia closed 5 years ago

shubham-padia commented 5 years ago

The creation date of a job dag is set from the unix timestamp of the creation date of the corresponding job file. datetime.fromtimestamp() converts the unix timestamp to local time, this may lead to a delay in running the dag if the system running airflow is not using UTC timezone.

portah commented 5 years ago

almost the same as #16

portah commented 5 years ago

@shubham-padia Thank you for the issue and PR, the issue almost the same as #16. @michael-kotliar will check the PR.