Skip to main contentIBM Quantum Documentation
Qiskit IBM Provider is deprecated. See the migration guide to use Qiskit Runtime.

utc_to_local

utc_to_local(utc_dt)

GitHub(opens in a new tab)

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.