python当前时间减去指定时间_在python中从日期时间减去秒
I have an int variable that are actually seconds (lets call that amount of seconds X). I need to get as result current date and time (in datetime format) minus X seconds.ExampleIf X is 65 and current ...