projects
/
osqa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
hopefully this will clear up all issues concerning the adding/editing of answers...
[osqa.git]
/
forum
/
utils
/
time.py
1
import datetime
2
3
def one_day_from_now():
4
return datetime.datetime.now() + datetime.timedelta(days=1)