Warning
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.utils.utc_to_local
utc_to_local(utc_dt)
Convert a UTC datetime
object or string to a local timezone datetime
.
Parameters
utc_dt (Union
[datetime
, str
]) – Input UTC datetime or string.
Return type
datetime
Returns
A datetime
with the local timezone.
Raises
TypeError – If the input parameter value is not valid.
Was this page helpful?
Report a bug or request content on GitHub.