Python Timestamp SHIFT Pewnego dnia

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