Lines Matching refs:datetime
8 Various date and time objects are supplied by the :mod:`datetime` module.
9 Before using any of these functions, the header file :file:`datetime.h` must be
103 Return a ``datetime.date`` object with the specified year, month and day.
110 Return a ``datetime.datetime`` object with the specified year, month, day, hour,
118 Return a ``datetime.time`` object with the specified hour, minute, second and
126 Return a ``datetime.timedelta`` object representing the given number of days,
129 ``datetime.timedelta`` objects.
159 Macros to extract fields from datetime objects. The argument must be an
228 Create and return a new ``datetime.datetime`` object given an argument tuple
229 suitable for passing to ``datetime.datetime.fromtimestamp()``.
236 Create and return a new ``datetime.date`` object given an argument tuple
237 suitable for passing to ``datetime.date.fromtimestamp()``.