pandas.Timestamp.utcnow — pandas 2.3.0 documentation (original) (raw)

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')