Table Of Contents

Search

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

pandas.Timestamp.today

classmethod Timestamp.today(cls, tz=None)

Return the current time in the local timezone. This differs from datetime.today() in that it can be localized to a passed timezone.

Parameters:

tz : str or timezone object, default None

Timezone to localize to

Scroll To Top