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.