Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Timestamp.now

classmethod Timestamp.now(tz=None)

Returns new Timestamp object representing current time local to tz.

Parameters:

tz : str or timezone object, default None

Timezone to localize to

Scroll To Top