René's URL Explorer Experiment


Title: datetime — Basic date and time types — Python 3.15.0a5 documentation

Open Graph Title: datetime — Basic date and time types

Description: Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...

Open Graph Description: Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...

Opengraph URL: https://docs.python.org/3/library/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.15/_images/social_previews/summary_library_datetime_10a58798.png
og:image:altSource code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
datetime — Basic date and time typeshttps://docs.python.org/dev/library/datetime.html
Aware and Naive Objectshttps://docs.python.org/dev/library/datetime.html#aware-and-naive-objects
Constantshttps://docs.python.org/dev/library/datetime.html#constants
Available Typeshttps://docs.python.org/dev/library/datetime.html#available-types
Common Propertieshttps://docs.python.org/dev/library/datetime.html#common-properties
Determining if an Object is Aware or Naivehttps://docs.python.org/dev/library/datetime.html#determining-if-an-object-is-aware-or-naive
timedelta Objectshttps://docs.python.org/dev/library/datetime.html#timedelta-objects
Examples of usage: timedeltahttps://docs.python.org/dev/library/datetime.html#examples-of-usage-timedelta
date Objectshttps://docs.python.org/dev/library/datetime.html#date-objects
Examples of Usage: datehttps://docs.python.org/dev/library/datetime.html#examples-of-usage-date
datetime Objectshttps://docs.python.org/dev/library/datetime.html#datetime-objects
Examples of Usage: datetimehttps://docs.python.org/dev/library/datetime.html#examples-of-usage-datetime
time Objectshttps://docs.python.org/dev/library/datetime.html#time-objects
Examples of Usage: timehttps://docs.python.org/dev/library/datetime.html#examples-of-usage-time
tzinfo Objectshttps://docs.python.org/dev/library/datetime.html#tzinfo-objects
timezone Objectshttps://docs.python.org/dev/library/datetime.html#timezone-objects
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-and-strptime-behavior
strftime() and strptime() Format Codeshttps://docs.python.org/dev/library/datetime.html#strftime-and-strptime-format-codes
Technical Detailhttps://docs.python.org/dev/library/datetime.html#technical-detail
Data Typeshttps://docs.python.org/dev/library/datatypes.html
zoneinfo — IANA time zone supporthttps://docs.python.org/dev/library/zoneinfo.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/datetime.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/zoneinfo.html
previoushttps://docs.python.org/dev/library/datatypes.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Data Typeshttps://docs.python.org/dev/library/datatypes.html
datetime — Basic date and time typeshttps://docs.python.org/dev/library/datetime.html
https://docs.python.org/dev/library/datetime.html#module-datetime
Lib/datetime.pyhttps://github.com/python/cpython/tree/main/Lib/datetime.py
the format codeshttps://docs.python.org/dev/library/datetime.html#format-codes
calendarhttps://docs.python.org/dev/library/calendar.html#module-calendar
timehttps://docs.python.org/dev/library/time.html#module-time
zoneinfohttps://docs.python.org/dev/library/zoneinfo.html#module-zoneinfo
dateutilhttps://dateutil.readthedocs.io/en/stable/
DateTypehttps://pypi.org/project/DateType/
static type checkershttps://docs.python.org/dev/glossary.html#term-static-type-checker
https://docs.python.org/dev/library/datetime.html#aware-and-naive-objects
[1]https://docs.python.org/dev/library/datetime.html#id4
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
https://docs.python.org/dev/library/datetime.html#constants
https://docs.python.org/dev/library/datetime.html#datetime.MINYEAR
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
MINYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MINYEAR
https://docs.python.org/dev/library/datetime.html#datetime.MAXYEAR
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
MAXYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MAXYEAR
https://docs.python.org/dev/library/datetime.html#datetime.UTC
datetime.timezone.utchttps://docs.python.org/dev/library/datetime.html#datetime.timezone.utc
https://docs.python.org/dev/library/datetime.html#available-types
yearhttps://docs.python.org/dev/library/datetime.html#datetime.date.year
monthhttps://docs.python.org/dev/library/datetime.html#datetime.date.month
dayhttps://docs.python.org/dev/library/datetime.html#datetime.date.day
hourhttps://docs.python.org/dev/library/datetime.html#datetime.time.hour
minutehttps://docs.python.org/dev/library/datetime.html#datetime.time.minute
secondhttps://docs.python.org/dev/library/datetime.html#datetime.time.second
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.time.microsecond
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.time.tzinfo
yearhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.year
monthhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.month
dayhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.day
hourhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.hour
minutehttps://docs.python.org/dev/library/datetime.html#datetime.datetime.minute
secondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.second
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.microsecond
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#common-properties
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
hashablehttps://docs.python.org/dev/glossary.html#term-hashable
picklehttps://docs.python.org/dev/library/pickle.html#module-pickle
https://docs.python.org/dev/library/datetime.html#determining-if-an-object-is-aware-or-naive
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#timedelta-objects
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#datetime.timedelta
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
https://docs.python.org/dev/library/datetime.html#datetime.timedelta.min
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.timedelta.max
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.timedelta.resolution
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.timedelta.days
https://docs.python.org/dev/library/datetime.html#datetime.timedelta.seconds
total_seconds()https://docs.python.org/dev/library/datetime.html#datetime.timedelta.total_seconds
https://docs.python.org/dev/library/datetime.html#datetime.timedelta.microseconds
floathttps://docs.python.org/dev/library/functions.html#float
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
ZeroDivisionErrorhttps://docs.python.org/dev/library/exceptions.html#ZeroDivisionError
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
divmod()https://docs.python.org/dev/library/functions.html#divmod
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
floathttps://docs.python.org/dev/library/functions.html#float
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.timedelta.total_seconds
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#examples-of-usage-timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#date-objects
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
[2]https://docs.python.org/dev/library/datetime.html#id5
https://docs.python.org/dev/library/datetime.html#datetime.date
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/datetime.html#datetime.date.today
https://docs.python.org/dev/library/datetime.html#datetime.date.fromtimestamp
time.time()https://docs.python.org/dev/library/time.html#time.time
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
OSErrorhttps://docs.python.org/dev/library/exceptions.html#OSError
fromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.date.fromtimestamp
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
OSErrorhttps://docs.python.org/dev/library/exceptions.html#OSError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/datetime.html#datetime.date.fromordinal
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/datetime.html#datetime.date.fromisoformat
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#datetime.date.fromisocalendar
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
date.isocalendar()https://docs.python.org/dev/library/datetime.html#datetime.date.isocalendar
https://docs.python.org/dev/library/datetime.html#datetime.date.strptime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
time.strptime()https://docs.python.org/dev/library/time.html#time.strptime
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
date.fromisoformat()https://docs.python.org/dev/library/datetime.html#datetime.date.fromisoformat
DeprecationWarninghttps://docs.python.org/dev/library/exceptions.html#DeprecationWarning
https://docs.python.org/dev/library/datetime.html#datetime.date.min
https://docs.python.org/dev/library/datetime.html#datetime.date.max
https://docs.python.org/dev/library/datetime.html#datetime.date.resolution
https://docs.python.org/dev/library/datetime.html#datetime.date.year
MINYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MINYEAR
MAXYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MAXYEAR
https://docs.python.org/dev/library/datetime.html#datetime.date.month
https://docs.python.org/dev/library/datetime.html#datetime.date.day
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
MINYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MINYEAR
MAXYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MAXYEAR
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#datetime.date.replace
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
copy.replace()https://docs.python.org/dev/library/copy.html#copy.replace
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#datetime.date.timetuple
time.struct_timehttps://docs.python.org/dev/library/time.html#time.struct_time
time.localtime()https://docs.python.org/dev/library/time.html#time.localtime
https://docs.python.org/dev/library/datetime.html#datetime.date.toordinal
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#datetime.date.weekday
isoweekday()https://docs.python.org/dev/library/datetime.html#datetime.date.isoweekday
https://docs.python.org/dev/library/datetime.html#datetime.date.isoweekday
weekday()https://docs.python.org/dev/library/datetime.html#datetime.date.weekday
isocalendar()https://docs.python.org/dev/library/datetime.html#datetime.date.isocalendar
https://docs.python.org/dev/library/datetime.html#datetime.date.isocalendar
named tuplehttps://docs.python.org/dev/glossary.html#term-named-tuple
[3]https://docs.python.org/dev/library/datetime.html#id6
named tuplehttps://docs.python.org/dev/glossary.html#term-named-tuple
https://docs.python.org/dev/library/datetime.html#datetime.date.isoformat
https://docs.python.org/dev/library/datetime.html#datetime.date.__str__
https://docs.python.org/dev/library/datetime.html#datetime.date.ctime
time.ctime()https://docs.python.org/dev/library/time.html#time.ctime
date.ctime()https://docs.python.org/dev/library/datetime.html#datetime.date.ctime
https://docs.python.org/dev/library/datetime.html#datetime.date.strftime
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
date.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.date.isoformat
https://docs.python.org/dev/library/datetime.html#datetime.date.__format__
date.strftime()https://docs.python.org/dev/library/datetime.html#datetime.date.strftime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
formatted string literalshttps://docs.python.org/dev/reference/lexical_analysis.html#f-strings
str.format()https://docs.python.org/dev/library/stdtypes.html#str.format
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
date.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.date.isoformat
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#examples-of-usage-date
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime-objects
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/datetime.html#datetime.datetime.today
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
now()https://docs.python.org/dev/library/datetime.html#datetime.datetime.now
fromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromtimestamp
now()https://docs.python.org/dev/library/datetime.html#datetime.datetime.now
https://docs.python.org/dev/library/datetime.html#datetime.datetime.now
today()https://docs.python.org/dev/library/datetime.html#datetime.datetime.today
time.time()https://docs.python.org/dev/library/time.html#time.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
today()https://docs.python.org/dev/library/datetime.html#datetime.datetime.today
utcnow()https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcnow
https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcnow
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
now()https://docs.python.org/dev/library/datetime.html#datetime.datetime.now
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
now()https://docs.python.org/dev/library/datetime.html#datetime.datetime.now
datetime.now()https://docs.python.org/dev/library/datetime.html#datetime.datetime.now
UTChttps://docs.python.org/dev/library/datetime.html#datetime.UTC
https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromtimestamp
time.time()https://docs.python.org/dev/library/time.html#time.time
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
fromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromtimestamp
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
OSErrorhttps://docs.python.org/dev/library/exceptions.html#OSError
fromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromtimestamp
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
utcfromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcfromtimestamp
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
OSErrorhttps://docs.python.org/dev/library/exceptions.html#OSError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
fromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromtimestamp
foldhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcfromtimestamp
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
OSErrorhttps://docs.python.org/dev/library/exceptions.html#OSError
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
fromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromtimestamp
MINYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MINYEAR
MAXYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MAXYEAR
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
OSErrorhttps://docs.python.org/dev/library/exceptions.html#OSError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
datetime.fromtimestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromtimestamp
UTChttps://docs.python.org/dev/library/datetime.html#datetime.UTC
https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromordinal
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#datetime.datetime.combine
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.time.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromisoformat
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
date.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.date.isoformat
datetime.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.datetime.isoformat
https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromisocalendar
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datetime.isocalendar()https://docs.python.org/dev/library/datetime.html#datetime.datetime.isocalendar
https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
time.strptime()https://docs.python.org/dev/library/time.html#time.strptime
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
datetime.fromisoformat()https://docs.python.org/dev/library/datetime.html#datetime.datetime.fromisoformat
DeprecationWarninghttps://docs.python.org/dev/library/exceptions.html#DeprecationWarning
https://docs.python.org/dev/library/datetime.html#datetime.datetime.min
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.max
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.resolution
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.year
MINYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MINYEAR
MAXYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MAXYEAR
https://docs.python.org/dev/library/datetime.html#datetime.datetime.month
https://docs.python.org/dev/library/datetime.html#datetime.datetime.day
https://docs.python.org/dev/library/datetime.html#datetime.datetime.hour
https://docs.python.org/dev/library/datetime.html#datetime.datetime.minute
https://docs.python.org/dev/library/datetime.html#datetime.datetime.second
https://docs.python.org/dev/library/datetime.html#datetime.datetime.microsecond
https://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
MINYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MINYEAR
MAXYEARhttps://docs.python.org/dev/library/datetime.html#datetime.MAXYEAR
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
foldhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
foldhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#datetime.datetime.date
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
https://docs.python.org/dev/library/datetime.html#datetime.datetime.time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
timetz()https://docs.python.org/dev/library/datetime.html#datetime.datetime.timetz
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#datetime.datetime.timetz
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
time()https://docs.python.org/dev/library/time.html#module-time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#datetime.datetime.replace
datetimehttps://docs.python.org/dev/library/datetime.html#module-datetime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
copy.replace()https://docs.python.org/dev/library/copy.html#copy.replace
https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcoffset
dst()https://docs.python.org/dev/library/datetime.html#datetime.datetime.dst
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
tzinfo.fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcoffset
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.datetime.dst
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.datetime.tzname
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#datetime.datetime.timetuple
time.struct_timehttps://docs.python.org/dev/library/time.html#time.struct_time
time.localtime()https://docs.python.org/dev/library/time.html#time.localtime
tm_isdsthttps://docs.python.org/dev/library/time.html#time.struct_time.tm_isdst
dst()https://docs.python.org/dev/library/datetime.html#datetime.datetime.dst
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
dst()https://docs.python.org/dev/library/datetime.html#datetime.datetime.dst
dst()https://docs.python.org/dev/library/datetime.html#datetime.datetime.dst
https://docs.python.org/dev/library/datetime.html#datetime.datetime.utctimetuple
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tm_isdsthttps://docs.python.org/dev/library/time.html#time.struct_time.tm_isdst
time.struct_timehttps://docs.python.org/dev/library/time.html#time.struct_time
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
datetime.utctimetuple()https://docs.python.org/dev/library/datetime.html#datetime.datetime.utctimetuple
datetime.timetuple()https://docs.python.org/dev/library/datetime.html#datetime.datetime.timetuple
https://docs.python.org/dev/library/datetime.html#datetime.datetime.toordinal
https://docs.python.org/dev/library/datetime.html#datetime.datetime.timestamp
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
floathttps://docs.python.org/dev/library/functions.html#float
time.time()https://docs.python.org/dev/library/time.html#time.time
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
OverflowErrorhttps://docs.python.org/dev/library/exceptions.html#OverflowError
OSErrorhttps://docs.python.org/dev/library/exceptions.html#OSError
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timestamp()https://docs.python.org/dev/library/datetime.html#datetime.datetime.timestamp
foldhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.weekday
isoweekday()https://docs.python.org/dev/library/datetime.html#datetime.datetime.isoweekday
https://docs.python.org/dev/library/datetime.html#datetime.datetime.isoweekday
weekday()https://docs.python.org/dev/library/datetime.html#datetime.datetime.weekday
isocalendar()https://docs.python.org/dev/library/datetime.html#datetime.datetime.isocalendar
https://docs.python.org/dev/library/datetime.html#datetime.datetime.isocalendar
named tuplehttps://docs.python.org/dev/glossary.html#term-named-tuple
https://docs.python.org/dev/library/datetime.html#datetime.datetime.isoformat
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.microsecond
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.microsecond
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcoffset
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.microsecond
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.microsecond
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.microsecond
hourhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.hour
hourhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.hour
minutehttps://docs.python.org/dev/library/datetime.html#datetime.datetime.minute
hourhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.hour
minutehttps://docs.python.org/dev/library/datetime.html#datetime.datetime.minute
secondhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.second
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/datetime.html#datetime.datetime.__str__
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.ctime
time.ctime()https://docs.python.org/dev/library/time.html#time.ctime
datetime.ctime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.ctime
https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
datetime.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.datetime.isoformat
https://docs.python.org/dev/library/datetime.html#datetime.datetime.__format__
datetime.strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
formatted string literalshttps://docs.python.org/dev/reference/lexical_analysis.html#f-strings
str.format()https://docs.python.org/dev/library/stdtypes.html#str.format
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
datetime.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.datetime.isoformat
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#examples-of-usage-datetime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#time-objects
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/datetime.html#datetime.time.min
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#datetime.time.max
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#datetime.time.resolution
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#datetime.time.hour
https://docs.python.org/dev/library/datetime.html#datetime.time.minute
https://docs.python.org/dev/library/datetime.html#datetime.time.second
https://docs.python.org/dev/library/datetime.html#datetime.time.microsecond
https://docs.python.org/dev/library/datetime.html#datetime.time.tzinfo
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#datetime.time.fold
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.time.tzinfo
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
bpo-13936https://bugs.python.org/issue?@action=redirect&bpo=13936
https://docs.python.org/dev/library/datetime.html#datetime.time.fromisoformat
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
time.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.time.isoformat
https://docs.python.org/dev/library/datetime.html#datetime.time.strptime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
time.strptime()https://docs.python.org/dev/library/time.html#time.strptime
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
time.fromisoformat()https://docs.python.org/dev/library/datetime.html#datetime.time.fromisoformat
https://docs.python.org/dev/library/datetime.html#datetime.time.replace
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
copy.replace()https://docs.python.org/dev/library/copy.html#copy.replace
https://docs.python.org/dev/library/datetime.html#datetime.time.isoformat
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.time.microsecond
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.time.microsecond
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.time.utcoffset
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.time.microsecond
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.time.utcoffset
microsecondhttps://docs.python.org/dev/library/datetime.html#datetime.time.microsecond
hourhttps://docs.python.org/dev/library/datetime.html#datetime.time.hour
hourhttps://docs.python.org/dev/library/datetime.html#datetime.time.hour
minutehttps://docs.python.org/dev/library/datetime.html#datetime.time.minute
hourhttps://docs.python.org/dev/library/datetime.html#datetime.time.hour
minutehttps://docs.python.org/dev/library/datetime.html#datetime.time.minute
secondhttps://docs.python.org/dev/library/datetime.html#datetime.time.second
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/datetime.html#datetime.time.__str__
https://docs.python.org/dev/library/datetime.html#datetime.time.strftime
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
time.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.time.isoformat
https://docs.python.org/dev/library/datetime.html#datetime.time.__format__
time.strftime()https://docs.python.org/dev/library/datetime.html#datetime.time.strftime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
formatted string literalshttps://docs.python.org/dev/reference/lexical_analysis.html#f-strings
str.format()https://docs.python.org/dev/library/stdtypes.html#str.format
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-strptime-behavior
time.isoformat()https://docs.python.org/dev/library/datetime.html#datetime.time.isoformat
https://docs.python.org/dev/library/datetime.html#datetime.time.utcoffset
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.time.tzinfo
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.time.dst
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.time.tzinfo
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.time.tzname
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.time.tzinfo
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
https://docs.python.org/dev/library/datetime.html#examples-of-usage-time
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#tzinfo-objects
https://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
__init__()https://docs.python.org/dev/reference/datamodel.html#object.__init__
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.utcoffset
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.utcoffset
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.utcoffset
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.utcoffset
dst()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.dst
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.utcoffset
NotImplementedErrorhttps://docs.python.org/dev/library/exceptions.html#NotImplementedError
https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.dst
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.utcoffset
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.utcoffset
dst()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.dst
datetime.timetuple()https://docs.python.org/dev/library/datetime.html#datetime.datetime.timetuple
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.datetime.tzinfo
dst()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.dst
tm_isdsthttps://docs.python.org/dev/library/time.html#time.struct_time.tm_isdst
tzinfo.fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
dst()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.dst
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
datetime.astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfo.fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
dst()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.dst
dst()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.dst
NotImplementedErrorhttps://docs.python.org/dev/library/exceptions.html#NotImplementedError
https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.tzname
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzname()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.tzname
NotImplementedErrorhttps://docs.python.org/dev/library/exceptions.html#NotImplementedError
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
datetime.astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
fromutc()https://docs.python.org/dev/library/datetime.html#datetime.tzinfo.fromutc
tzinfo_examples.pyhttps://docs.python.org/dev/_downloads/6dc1f3f4f0e6ca13cb42ddf4d6cbc8af/tzinfo_examples.py
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
astimezone()https://docs.python.org/dev/library/datetime.html#datetime.datetime.astimezone
foldhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
foldhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
foldhttps://docs.python.org/dev/library/datetime.html#datetime.datetime.fold
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
zoneinfohttps://docs.python.org/dev/library/zoneinfo.html#module-zoneinfo
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
timezone.utchttps://docs.python.org/dev/library/datetime.html#datetime.timezone.utc
IANA time zone databasehttps://www.iana.org/time-zones
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
https://docs.python.org/dev/library/datetime.html#timezone-objects
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
tzinfohttps://docs.python.org/dev/library/datetime.html#datetime.tzinfo
https://docs.python.org/dev/library/datetime.html#datetime.timezone
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
datetime.tzname()https://docs.python.org/dev/library/datetime.html#datetime.datetime.tzname
https://docs.python.org/dev/library/datetime.html#datetime.timezone.utcoffset
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
timedeltahttps://docs.python.org/dev/library/datetime.html#datetime.timedelta
https://docs.python.org/dev/library/datetime.html#datetime.timezone.tzname
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
https://docs.python.org/dev/library/datetime.html#datetime.timezone.dst
https://docs.python.org/dev/library/datetime.html#datetime.timezone.fromutc
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
https://docs.python.org/dev/library/datetime.html#datetime.timezone.utc
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
https://docs.python.org/dev/library/datetime.html#strftime-and-strptime-behavior
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
date.strptime()https://docs.python.org/dev/library/datetime.html#datetime.date.strptime
datetime.strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
time.strptime()https://docs.python.org/dev/library/time.html#time.strptime
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
https://docs.python.org/dev/library/datetime.html#strftime-and-strptime-format-codes
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
strftime(3)https://manpages.debian.org/strftime(3)
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
https://docs.python.org/dev/library/datetime.html#technical-detail
timehttps://docs.python.org/dev/library/time.html#module-time
timetuple()https://docs.python.org/dev/library/datetime.html#datetime.date.timetuple
datetime.strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
date.strptime()https://docs.python.org/dev/library/datetime.html#datetime.date.strptime
datetime.strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
date.strptime()https://docs.python.org/dev/library/datetime.html#datetime.date.strptime
timehttps://docs.python.org/dev/library/datetime.html#datetime.time
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
datehttps://docs.python.org/dev/library/datetime.html#datetime.date
UnicodeErrorhttps://docs.python.org/dev/library/exceptions.html#UnicodeError
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
timehttps://docs.python.org/dev/library/time.html#module-time
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcoffset
utcoffset()https://docs.python.org/dev/library/datetime.html#datetime.datetime.utcoffset
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strftime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strftime
tzname()https://docs.python.org/dev/library/datetime.html#datetime.datetime.tzname
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
datetimehttps://docs.python.org/dev/library/datetime.html#datetime.datetime
timezonehttps://docs.python.org/dev/library/datetime.html#datetime.timezone
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
strptime()https://docs.python.org/dev/library/datetime.html#datetime.datetime.strptime
DeprecationWarninghttps://docs.python.org/dev/library/exceptions.html#DeprecationWarning
gh-70647https://github.com/python/cpython/issues/70647
1https://docs.python.org/dev/library/datetime.html#id1
2https://docs.python.org/dev/library/datetime.html#id2
3https://docs.python.org/dev/library/datetime.html#id3
guide to the mathematics of the ISO 8601 calendarhttps://web.archive.org/web/20220531051136/https://webspace.science.uu.nl/~gent0113/calendar/isocalendar.htm
Table of Contentshttps://docs.python.org/dev/contents.html
datetime — Basic date and time typeshttps://docs.python.org/dev/library/datetime.html
Aware and Naive Objectshttps://docs.python.org/dev/library/datetime.html#aware-and-naive-objects
Constantshttps://docs.python.org/dev/library/datetime.html#constants
Available Typeshttps://docs.python.org/dev/library/datetime.html#available-types
Common Propertieshttps://docs.python.org/dev/library/datetime.html#common-properties
Determining if an Object is Aware or Naivehttps://docs.python.org/dev/library/datetime.html#determining-if-an-object-is-aware-or-naive
timedelta Objectshttps://docs.python.org/dev/library/datetime.html#timedelta-objects
Examples of usage: timedeltahttps://docs.python.org/dev/library/datetime.html#examples-of-usage-timedelta
date Objectshttps://docs.python.org/dev/library/datetime.html#date-objects
Examples of Usage: datehttps://docs.python.org/dev/library/datetime.html#examples-of-usage-date
datetime Objectshttps://docs.python.org/dev/library/datetime.html#datetime-objects
Examples of Usage: datetimehttps://docs.python.org/dev/library/datetime.html#examples-of-usage-datetime
time Objectshttps://docs.python.org/dev/library/datetime.html#time-objects
Examples of Usage: timehttps://docs.python.org/dev/library/datetime.html#examples-of-usage-time
tzinfo Objectshttps://docs.python.org/dev/library/datetime.html#tzinfo-objects
timezone Objectshttps://docs.python.org/dev/library/datetime.html#timezone-objects
strftime() and strptime() Behaviorhttps://docs.python.org/dev/library/datetime.html#strftime-and-strptime-behavior
strftime() and strptime() Format Codeshttps://docs.python.org/dev/library/datetime.html#strftime-and-strptime-format-codes
Technical Detailhttps://docs.python.org/dev/library/datetime.html#technical-detail
Data Typeshttps://docs.python.org/dev/library/datatypes.html
zoneinfo — IANA time zone supporthttps://docs.python.org/dev/library/zoneinfo.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/datetime.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/zoneinfo.html
previoushttps://docs.python.org/dev/library/datatypes.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Data Typeshttps://docs.python.org/dev/library/datatypes.html
datetime — Basic date and time typeshttps://docs.python.org/dev/library/datetime.html
Copyrighthttps://docs.python.org/dev/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.