Table Of Contents

Search

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

pandas.Timestamp.now

classmethod Timestamp.now()

Return the current time in the local timezone. Equivalent to datetime.now([tz])

Parameters:

tz : string / timezone object, default None

Timezone to localize to

Scroll To Top