pandas / 1.4.0 / reference / api / pandas.timestamp.fromtimestamp.html /

pandas.Timestamp.fromtimestamp

classmethod Timestamp. fromtimestamp ( ts )

Transform timestamp[, tz] to tz’s local time from POSIX timestamp.

Examples

>>> pd.Timestamp.fromtimestamp(1584199972)
Timestamp('2020-03-14 15:32:52')

Note that the output may change depending on your local time.

© 2008–2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.4.0/reference/api/pandas.Timestamp.fromtimestamp.html