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
21 :attr:`datetime.timezone.utc`.
97 Return a :class:`datetime.date` object with the specified year, month and day.
102 Return a :class:`datetime.datetime` object with the specified year, month, day, hour,
108 Return a :class:`datetime.datetime` object with the specified year, month, day, hour,
116 Return a :class:`datetime.time` object with the specified hour, minute, second and
122 Return a :class:`datetime.time` object with the specified hour, minute, second,
130 Return a :class:`datetime.timedelta` object representing the given number
133 :class:`datetime.timedelta` objects.
137 Return a :class:`datetime.timezone` object with an unnamed fixed offset
144 Return a :class:`datetime.timezone` object with a fixed offset represented
170 Macros to extract fields from datetime objects. The argument must be an
258 Create and return a new :class:`datetime.datetime` object given an argument
259 tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp()`.
264 Create and return a new :class:`datetime.date` object given an argument
265 tuple suitable for passing to :meth:`datetime.date.fromtimestamp()`.