Closed ghost closed 6 years ago
Upon creation of a new post the difference of time_since = datetime.now() - datetime.now() is microseconds and it wraps around.
time_since = datetime.now() - datetime.now()
we should also refactor out the formatting
Upon creation of a new post the difference of
time_since = datetime.now() - datetime.now()
is microseconds and it wraps around.