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')
Site Navigation
Return a new Timestamp representing UTC day and time.
Examples
>>> pd.Timestamp.utcnow()
Timestamp('2020-11-16 22:50:18.092888+0000', tz='UTC')