Python datetime kurangi detik

import datetime

X = 65
result = datetime.datetime.now() - datetime.timedelta(seconds=X)
Stupid Shark