Python Timestamp Shift suatu hari nanti

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