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

[stable0.8] fix(Import): DateTime import fixes #1622

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Feb 19, 2025

Backport of PR #1545

- do not try to pass `null` to DateTimeImmutable as it would cause an
  Exception
- be stricter on small letter-only values that might be turned into a
  DateTimeImmutable object because they match with timezone abbreviations
- do not consider pure numbers a date

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@backportbot backportbot bot requested review from juliusknorr and blizzz February 19, 2025 13:18
@backportbot backportbot bot added bug Something isn't working 3. to review Waiting for reviews labels Feb 19, 2025
@backportbot backportbot bot added this to the v0.8.0 milestone Feb 19, 2025
@blizzz blizzz merged commit b9396cd into stable0.8 Feb 20, 2025
61 checks passed
@blizzz blizzz deleted the backport/1545/stable0.8 branch February 20, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant