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

different handling of Date and Time for tables #13277

Closed
wants to merge 1 commit into from

Conversation

i-just
Copy link
Contributor

@i-just i-just commented Jun 5, 2023

Description

Fixes a problem where after changes from e1714a8, default date and time fields in a table field could no longer be displayed when trying to edit the field, throwing datefmt_create: No such time zone: '+01:00': U_ILLEGAL_ARGUMENT_ERROR

The IntlDateFormatter doesn’t seem to like the timezone_type=1 (e.g. +01.00).

Related issues

#13270

@i-just i-just requested a review from a team as a code owner June 5, 2023 10:14
@brandonkelly brandonkelly deleted the bugfix/13270-datetime-support-in-table-field branch June 13, 2023 16:46
@brandonkelly
Copy link
Member

Restored the date and time input templates to pre-e1714a84ec8a3db3c1a158e21bf749c4ba2816aa behavior, and now exposing |date and |time filters’ timezone args via a new timeZone property that can be passed to the template instead. (e1714a8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants