qiskit.providers.ibmq.utils.utc_to_local¶
- utc_to_local(utc_dt)[source]¶
Convert a UTC
datetime
object or string to a local timezonedatetime
.- প্যারামিটার
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.