Package version (if known): 8.3.0
Describe the bug
The vocabulary import jobs currently cannot handle timezone-unaware timestamp values.
Steps to Reproduce
- Go to "Administration / System / Jobs"
- Create a new "Load ROR funders" job
- "Configure and run" the created job
- Provide a timestamp without timezone (e.g.
2025-08-07T00:00:00) as "Since" argument
- Click "Run now"
- See error
Expected behavior
The timezone is automatically inferred to be UTC, and the job runs as expected.
Screenshots (if applicable)
