See description in the official Python docs.
Types
datetime
type
Represents date and time information.
Fields
Methods
__sub__
(other) -> datetime.timedelta
- operator for datetime objects.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
datetimeFields
Methods
Show parameters info
- operator for datetime objects.Show parameters info
Static methods
date_string, parsed according to format.Show parameters info
%Y, %y, %m, %b, %d, %H, %I, %M, %S, %p, %f, %z. See more details here.timeMethods
timedeltaMethods
Show parameters info
Was this page helpful?