forked from indymedia/epicyon
utc
parent
947a13fba2
commit
9a341cd793
2
posts.py
2
posts.py
|
@ -2927,7 +2927,7 @@ def createBoxIndexed(recentPostsCache: {},
|
||||||
locateNewsArrival(baseDir, domain, postFilename)
|
locateNewsArrival(baseDir, domain, postFilename)
|
||||||
if arrivalDate:
|
if arrivalDate:
|
||||||
# how long has elapsed since this post arrived?
|
# how long has elapsed since this post arrived?
|
||||||
currDate = datetime.datetime.now()
|
currDate = datetime.datetime.utcnow()
|
||||||
timeDiffMins = \
|
timeDiffMins = \
|
||||||
int((currDate - arrivalDate).total_seconds() / 60)
|
int((currDate - arrivalDate).total_seconds() / 60)
|
||||||
# has the voting time elapsed?
|
# has the voting time elapsed?
|
||||||
|
|
Loading…
Reference in New Issue