datetime — Basic date and time types — Python 3 documentation#datetime.date.today
method
classdate.today()Return the current local date.
This is equivalent to
date.fromtimestamp(time.time()).
Printed 2026-06-28.
(echo:: @ ᯤ)
datetime — Basic date and time types — Python 3 documentation#datetime.date.today
method
classdate.today()Return the current local date.
This is equivalent to
date.fromtimestamp(time.time()).
Printed 2026-06-28.
(echo:: @ ᯤ)