Python TimeStamp Shift за день

from datetime import datetime, timedelta
print datetime.now() + timedelta(days=5, hours=-5)
Important Ibis