C14L / dtr5

Meetup app for Reddit users based on subreddit subscriptions.
https://reddmeet.com
12 stars 2 forks source link

User 15146 displays "signed up: 45 years, 11 months ago" on her profile. How? #62

Closed C14L closed 8 years ago

C14L commented 8 years ago

ssarah07

In Profile.created == "1970-01-01", that's Epoch, so we got a "0" as the Unix timstamp from Reddit, or the timestamp broke somewhere on the way and was set to "0", in force_int() maybe?

Was a bug when importing created date from Reddit. Fixed. In templates, workaround hides created date when out of range.