Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change schedule when changing timezone on timezone-dropdown #28557

Open
1 of 2 tasks
alejandrofm opened this issue Dec 23, 2022 · 4 comments
Open
1 of 2 tasks

Change schedule when changing timezone on timezone-dropdown #28557

alejandrofm opened this issue Dec 23, 2022 · 4 comments
Labels
area:UI Related to UI/UX. For Frontend Developers. good first issue kind:feature Feature Requests

Comments

@alejandrofm
Copy link

Description

Change the Schedule column when the timezone dropdown changes, to make sure all the information on the view relates to the same timezone.

Use case/motivation

It will make it easier to have a first glance at the DAGs to view the schedule on the selected timezone.
Currently have to add/subtract hours to the Schedule column to know the execution time on a particular Timezone

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@alejandrofm alejandrofm added the kind:feature Feature Requests label Dec 23, 2022
@uranusjr uranusjr added the area:UI Related to UI/UX. For Frontend Developers. label Dec 26, 2022
@herlambang
Copy link
Contributor

Hi, can I take this one?

@potiuk
Copy link
Member

potiuk commented Apr 28, 2023

feel free

@herlambang
Copy link
Contributor

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 which is not currently having the ability on supporting timezone.

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 package which is out side of this repository working scope.

@potiuk
Copy link
Member

potiuk commented May 2, 2023

Possibly - I have not much eperience with that part -personally/

@herlambang herlambang removed their assignment May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers. good first issue kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

4 participants