videosphere
    Preparing search index...

    Function utcIsoToZonedScheduleParts

    • Parses a UTC ISO timestamp into date and time parts for a target IANA timezone.

      Parameters

      • iso: string

        UTC ISO 8601 string.

      • timeZone: string

        IANA timezone name.

      Returns { dateStr: string; timeStr: string }

      Wall-clock date and time strings, or null when iso is invalid.