- Issue created by @igorgoncalves
An AJAX HTTP error occurred when no time is filled by the user and an ajax is triggered in the form.
On a clean Drupal 11 instalation:
Ensures both date and time are set before creating a DrupalDateTime object. If date exists, it combines date and time into a string and initializes the object with the specified timezone. If date is missing, the value is set to NULL
Needs review
1.0
Code