Return new Timestamp object representing current time local to tz.
Timezone to localize to.
Examples
>>> pd.Timestamp.now()
Timestamp('2020-11-16 22:06:16.378782')
Analogous for pd.NaT:
>>> pd.NaT.now()
NaT
© 2008–2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
© 2011–2025, Open source contributors
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/2.3.0/reference/api/pandas.Timestamp.now.html