from datetime import datetime, timedelta def add(moment): return moment + timedelta(seconds=1e+9)