bhark / Konsent

A platform designed to help groups make decisions without hierarchy and representatives, built on anarchist values.
GNU General Public License v3.0
24 stars 4 forks source link

Fix time passed on Post model #80

Closed ghost closed 6 years ago

ghost commented 6 years ago

Upon creation of a new post the difference of time_since = datetime.now() - datetime.now() is microseconds and it wraps around.

ghost commented 6 years ago

we should also refactor out the formatting