qiskit.providers.ibmq.utils.utc_to_local¶ utc_to_local(utc_dt)[소스]¶ Convert a UTC datetime object or string to a local timezone datetime. 매개변수 utc_dt (Union[datetime, str]) – Input UTC datetime or string. 반환 형식 datetime 반환값 A datetime with the local timezone. 예외 TypeError – If the input parameter value is not valid.