pandas.Timestamp.utcnow — pandas 3.0.0rc0+33.g1fd184de2a documentation (original) (raw)
- API reference
- pandas arrays, scalars, and data types
- pandas.Timestamp.utcnow
classmethod Timestamp.utcnow()#
Return a new Timestamp representing UTC day and time.
See also
Constructs an arbitrary datetime.
Return the current local date and time, which can be timezone-aware.
Return the current local date and time with timezone information set to None.
Convert argument to datetime.
Return a fixed frequency DatetimeIndex.
Return UTC time tuple, compatible with time.localtime().
Examples
pd.Timestamp.utcnow() Timestamp('2020-11-16 22:50:18.092888+0000', tz='UTC')