Python: gigasecond

This commit is contained in:
Dmitry Kokorin 2021-07-06 18:07:18 +03:00
parent c1edf41415
commit 72e910d02e
4 changed files with 95 additions and 0 deletions

View file

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