mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-22 18:28:09 +00:00

- 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>