qiskit.providers.ibmq.utils.utc_to_local¶ utc_to_local(utc_dt)[source]¶ Convert a UTC datetime object or string to a local timezone datetime. Paramètres utc_dt (Union[datetime, str]) – Input UTC datetime or string. Type renvoyé datetime Renvoie A datetime with the local timezone. Lève TypeError – If the input parameter value is not valid.