Previous order: [:19] then replace(": ", ":") would truncate "06: 59: 28"
to "06: 59: " before cleaning, losing the seconds entirely.
Correct order: clean spaces first, then [:19].
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Previous order: [:19] then replace(": ", ":") would truncate "06: 59: 28"
to "06: 59: " before cleaning, losing the seconds entirely.
Correct order: clean spaces first, then [:19].
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>