Portuguese, Brazilian
Idiomas
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.providers.ibmq.utils.utc_to_local

utc_to_local(utc_dt)[código fonte]

Convert a UTC datetime object or string to a local timezone datetime.

Parâmetros

utc_dt (Union[datetime, str]) – Input UTC datetime or string.

Tipo de retorno

datetime

Retorna

A datetime with the local timezone.

Levanta

TypeError – If the input parameter value is not valid.