classmethod datetime.today()
Return the current local datetime, with tzinfo
None
. This is equivalent to datetime.fromtimestamp(time.time())
. See also now()
, fromtimestamp()
.
classmethod datetime.today()
Return the current local datetime, with tzinfo
None
. This is equivalent to datetime.fromtimestamp(time.time())
. See also now()
, fromtimestamp()
.
Designed by : w10schools
service@w10schools.com
Please login to continue.