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

api: 'Invalid Date': The timezone could not be found in the database #7030

Open
sentry-io bot opened this issue Mar 14, 2025 · 0 comments
Open

api: 'Invalid Date': The timezone could not be found in the database #7030

sentry-io bot opened this issue Mar 14, 2025 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 14, 2025

Sentry Issue: ECAMP3-API-45

DateMalformedStringException: Failed to parse time string (Invalid Date) at position 0 (I): The timezone could not be found in the database
  File "/src/Serializer/Denormalizer/InputFilterDenormalizer.php", line 39, in App\Serializer\Denormalizer\InputFilterDenormalizer::denormalize
    return $this->denormalizer->denormalize($data, $type, $format, $context);
  File "/public/index.php", line 5
    require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(20 additional frame(s) were not displayed)

Symfony\Component\Serializer\Exception\NotNormalizableValueException: Failed to parse time string (Invalid Date) at position 0 (I): The timezone could not be found in the database
  File "/src/Serializer/Denormalizer/InputFilterDenormalizer.php", line 39, in App\Serializer\Denormalizer\InputFilterDenormalizer::denormalize
    return $this->denormalizer->denormalize($data, $type, $format, $context);
  File "/public/index.php", line 5
    require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
...
(20 additional frame(s) were not displayed)

Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Failed to parse time string (Invalid Date) at position 0 (I): The timezone could not be found in the database" at NotNormalizableValueException.php line 32

not critical, but check if this leads to a 400er or a 500er error

@sentry-io sentry-io bot added the type: API label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants