René's URL Explorer Experiment


Title: DateTime Objects — Python 3.14.2 documentation

Open Graph Title: DateTime Objects

Description: Various date and time objects are supplied by the datetime module. Before using any of these functions, the header file datetime.h must be included in your source (note that this is not included by...

Open Graph Description: Various date and time objects are supplied by the datetime module. Before using any of these functions, the header file datetime.h must be included in your source (note that this is not included by...

Opengraph URL: https://docs.python.org/3/c-api/datetime.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_c-api_datetime_920fb13c.png
og:image:altVarious date and time objects are supplied by the datetime module. Before using any of these functions, the header file datetime.h must be included in your source (note that this is not included by...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
DateTime Objectshttps://docs.python.org/3/c-api/datetime.html
Internal datahttps://docs.python.org/3/c-api/datetime.html#internal-data
Curses C APIhttps://docs.python.org/3/c-api/curses.html
Initialization, Finalization, and Threadshttps://docs.python.org/3/c-api/init.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/datetime.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/init.html
previoushttps://docs.python.org/3/c-api/curses.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3/c-api/concrete.html
DateTime Objectshttps://docs.python.org/3/c-api/datetime.html
https://docs.python.org/3/c-api/datetime.html#datetime-objects
datetimehttps://docs.python.org/3/library/datetime.html#module-datetime
PyDateTime_IMPORThttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_IMPORT
PyDateTimeAPIhttps://docs.python.org/3/c-api/datetime.html#c.PyDateTimeAPI
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_IMPORT
PyDateTimeAPIhttps://docs.python.org/3/c-api/datetime.html#c.PyDateTimeAPI
PyDateTimeAPIhttps://docs.python.org/3/c-api/datetime.html#c.PyDateTimeAPI
PyErr_Occurred()https://docs.python.org/3/c-api/exceptions.html#c.PyErr_Occurred
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_CAPI
PyDateTime_CAPIhttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_CAPI
https://docs.python.org/3/c-api/datetime.html#c.PyDateTimeAPI
PyDateTime_IMPORThttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_IMPORT
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Date
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Delta
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateType
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
datetime.datehttps://docs.python.org/3/library/datetime.html#datetime.date
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTimeType
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
datetime.datetimehttps://docs.python.org/3/library/datetime.html#datetime.datetime
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TimeType
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
datetime.timehttps://docs.python.org/3/library/datetime.html#datetime.time
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DeltaType
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
datetime.timedeltahttps://docs.python.org/3/library/datetime.html#datetime.timedelta
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TZInfoType
PyTypeObjecthttps://docs.python.org/3/c-api/type.html#c.PyTypeObject
datetime.tzinfohttps://docs.python.org/3/library/datetime.html#datetime.tzinfo
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TimeZone_UTC
datetime.timezone.utchttps://docs.python.org/3/library/datetime.html#datetime.timezone.utc
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDate_Check
PyDateTime_DateTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDate_CheckExact
PyDateTime_DateTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Check
PyDateTime_DateTimeTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTimeType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_CheckExact
PyDateTime_DateTimeTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTimeType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTime_Check
PyDateTime_TimeTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TimeType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTime_CheckExact
PyDateTime_TimeTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TimeType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDelta_Check
PyDateTime_DeltaTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DeltaType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDelta_CheckExact
PyDateTime_DeltaTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DeltaType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTZInfo_Check
PyDateTime_TZInfoTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TZInfoType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTZInfo_CheckExact
PyDateTime_TZInfoTypehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TZInfoType
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDate_FromDate
datetime.datehttps://docs.python.org/3/library/datetime.html#datetime.date
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_FromDateAndTime
datetime.datetimehttps://docs.python.org/3/library/datetime.html#datetime.datetime
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_FromDateAndTimeAndFold
datetime.datetimehttps://docs.python.org/3/library/datetime.html#datetime.datetime
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTime_FromTime
datetime.timehttps://docs.python.org/3/library/datetime.html#datetime.time
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTime_FromTimeAndFold
datetime.timehttps://docs.python.org/3/library/datetime.html#datetime.time
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDelta_FromDSU
datetime.timedeltahttps://docs.python.org/3/library/datetime.html#datetime.timedelta
datetime.timedeltahttps://docs.python.org/3/library/datetime.html#datetime.timedelta
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTimeZone_FromOffset
datetime.timezonehttps://docs.python.org/3/library/datetime.html#datetime.timezone
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyTimeZone_FromOffsetAndName
datetime.timezonehttps://docs.python.org/3/library/datetime.html#datetime.timezone
PyDateTime_Datehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Date
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
PyDateTime_Datehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Date
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_GET_YEAR
PyDateTime_Datehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Date
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_GET_MONTH
PyDateTime_Datehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Date
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_GET_DAY
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DATE_GET_HOUR
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DATE_GET_MINUTE
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DATE_GET_SECOND
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DATE_GET_MICROSECOND
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DATE_GET_FOLD
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyDateTime_DateTimehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DateTime
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DATE_GET_TZINFO
PyDateTime_Timehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
PyDateTime_Timehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TIME_GET_HOUR
PyDateTime_Timehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TIME_GET_MINUTE
PyDateTime_Timehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TIME_GET_SECOND
PyDateTime_Timehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TIME_GET_MICROSECOND
PyDateTime_Timehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TIME_GET_FOLD
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyDateTime_Timehttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Time
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_TIME_GET_TZINFO
PyDateTime_Deltahttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Delta
PyDateTime_Deltahttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Delta
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DELTA_GET_DAYS
PyDateTime_Deltahttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Delta
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DELTA_GET_SECONDS
PyDateTime_Deltahttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_Delta
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DELTA_GET_MICROSECONDS
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_FromTimestamp
datetime.datetimehttps://docs.python.org/3/library/datetime.html#datetime.datetime
datetime.datetime.fromtimestamp()https://docs.python.org/3/library/datetime.html#datetime.datetime.fromtimestamp
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/datetime.html#c.PyDate_FromTimestamp
datetime.datehttps://docs.python.org/3/library/datetime.html#datetime.date
datetime.date.fromtimestamp()https://docs.python.org/3/library/datetime.html#datetime.date.fromtimestamp
https://docs.python.org/3/c-api/datetime.html#internal-data
https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_CAPSULE_NAME
PyCapsule_Import()https://docs.python.org/3/c-api/capsule.html#c.PyCapsule_Import
PyDateTime_IMPORThttps://docs.python.org/3/c-api/datetime.html#c.PyDateTime_IMPORT
Table of Contentshttps://docs.python.org/3/contents.html
DateTime Objectshttps://docs.python.org/3/c-api/datetime.html
Internal datahttps://docs.python.org/3/c-api/datetime.html#internal-data
Curses C APIhttps://docs.python.org/3/c-api/curses.html
Initialization, Finalization, and Threadshttps://docs.python.org/3/c-api/init.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/datetime.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/init.html
previoushttps://docs.python.org/3/c-api/curses.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3/c-api/concrete.html
DateTime Objectshttps://docs.python.org/3/c-api/datetime.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.