Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get the time of 1 minute later in python

now = datetime.datetime.now()
now_plus_10 = now + datetime.timedelta(minutes = 10)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #time #minute #python
ADD COMMENT
Topic
Name
1+3 =