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
Usage
import { utcToLocalInput } from "docs/utilities.ts";