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

feat(ui): timezone support on schedule publish #11086

Closed
wants to merge 32 commits into from

Conversation

paulpopus
Copy link
Contributor

@paulpopus paulpopus commented Feb 10, 2025

BASED ON #10896 (merge this one first)

This PR extends timezone support to scheduled publish UI and collection, the timezone will be stored on the input JSON instead of the waitUntil date field so that we avoid needing a schema migration for SQL databases.

image

If a timezone is selected then the displayed date in the table will be formatted for that timezone.

Timezones remain optional here as they can be deselected in which case the date will behave as normal, rendering and formatting to the user's local timezone.

For the backend logic that can be left untouched since the underlying date values are stored in UTC the job runners will always handle this relative time by default.

Todo:

  • add e2e to this drawer too to ensure that dates are rendered as expected

paulpopus and others added 30 commits January 30, 2025 14:53
@paulpopus
Copy link
Contributor Author

Closed in favour of #11090

@paulpopus paulpopus closed this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant