Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python timedelta to seconds

import datetime
datetime.datetime.timestamp(datetime.timedelta(hours=1, days=2, seconds=1000)).total_seconds()
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #python #timedelta #seconds
ADD COMMENT
Topic
Name
8+3 =