function utcToLocalInput utcToLocalInput(utcIso: string,tz: string,): string Convert a UTC ISO datetime string to a datetime-local input value (YYYY-MM-DDTHH:MM) in the given timezone. Used for pre-populating form inputs with timezone-adjusted values. Parameters utcIso: string tz: string Return Type string