OpenAPITools / OpenAPITools/openapi-generator
When in request specification parameter type is "string" and format is "date-time" cutting to date
Open
Nobody has claimed this yet.
Client: TypeScript
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Regardless of the format parameter (date or datetime), the value is truncated to the date.
paths..get.parameters

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting modules/openapi-generator/src/main/resources/typescript-angular/api.service.mustache at line 115, then trace how request parameters are formatted for date and date-time values. Reproduce the issue with a request specification and verify that date-time values retain their time component while date values remain date-only.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100