Python: gigasecond
This commit is contained in:
parent
c1edf41415
commit
72e910d02e
4 changed files with 95 additions and 0 deletions
4
python/gigasecond/gigasecond.py
Normal file
4
python/gigasecond/gigasecond.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from datetime import datetime, timedelta
|
||||
|
||||
def add(moment):
|
||||
return moment + timedelta(seconds=1e+9)
|
||||
Loading…
Add table
Add a link
Reference in a new issue