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

pandas.Timestamp.utcnow

classmethod Timestamp. utcnow ( )

Return a new Timestamp representing UTC day and time.

Examples

>>> pd.Timestamp.utcnow()   
Timestamp('2020-11-16 22:50:18.092888+0000', tz='UTC')

© 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.utcnow.html