Documentation

datetime.now

Return the datetime representing the current time.

Arguments (none):

def datetime.now():

Returns <datetime>.

Example:

now = datetime.now()