herlambang commented on issue #28557:
URL: https://github.com/apache/airflow/issues/28557#issuecomment-1528999095

   Hi,
   
   I'd assume that this should be converting generic cron expression (which the 
result is currently being persisted to `dag.timetable_description`), into 
timezone aware description on-the-fly.
   
   The conversion it self depends on 
[cron-descriptor](https://github.com/Salamek/cron-descriptor) which is not 
currently having the ability on [supporting 
timezone](https://github.com/Salamek/cron-descriptor/issues/30). 
   
   Been looking around for similar libraries that able to support this case, 
but not yet found one. So probably the best way is to implement it within the 
[cron-descriptor](https://github.com/Salamek/cron-descriptor) package which is 
out side of this repository working scope.


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