I would like to have a python3 script which gets the current time - 10 minutes and it converts it to epoch time in milliseconds
The problem is that I have no idea how to start.
something witch in bash looks like this:
$(( $(date -d '-10 minutes' +%s%N)/1000000 )))