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()
.
Please login to continue.