mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-21 18:35:35 +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>