pandas.Timestamp.now # 类方法 时间戳。现在(tz =无)# 返回表示 tz 本地当前时间的新 Timestamp 对象。 参数: tz str 或时区对象,默认 None要本地化的时区。 例子 >>> pd.Timestamp.now() Timestamp('2020-11-16 22:06:16.378782') 类似pd.NaT: >>> pd.NaT.now() NaT