library · inferred from evidence
moment
A library used for formatting time values in the codebase.
- Kestra TIME inputs submitted in 12-hour format (wrong wall-clock time)
The reporter pinpointed the exact lines: `ui/src/utils/submitTask.ts` and `ui/src/components/flows/Curl.vue` used `.format("hh:mm:ss")`, and `ui/src/utils/inputs.ts` hydrated defaults without a format string. The fix (PR #19707, merged and